From ad2979f9e727210d3b7eddcf8156ccd7de35bcef Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:22:11 +0800 Subject: [PATCH] Update experimental-features.md --- experimental-features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/experimental-features.md b/experimental-features.md index 4be99a5e79704..0eb95d869ec34 100644 --- a/experimental-features.md +++ b/experimental-features.md @@ -17,6 +17,7 @@ This document introduces the experimental features of TiDB in different versions + [FastScan](/develop/dev-guide-use-fastscan.md). (Introduced in v6.2.0) + [Extended statistics](/extended-statistics.md). (Introduced in v5.0.0) + [Randomly sample about 10000 rows of data to quickly build statistics](/system-variables.md#tidb_enable_fast_analyze) (Introduced in v3.0) ++ [Globally control the memory usage of a tidb-server instance](/configure-memory-usage.md#configure-the-memory-usage-threshold-of-a-tidb-server-instance). (Introduced in v6.4.0) ## Stability