Skip to content

Commit

Permalink
Add fast analyze to experimental document (#9905) (#9910)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Aug 10, 2022
1 parent df1ad67 commit 94072dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental-features-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This document introduces the experimental features of TiDB v4.0. It is **NOT** r

- Support the expression index feature. The expression index is also called the function-based index. When you create an index, the index fields do not have to be a specific column but can be an expression calculated from one or more columns. This feature is useful for quickly accessing the calculation-based tables. See [Expression index](/sql-statements/sql-statement-create-index.md) for details.
- [Prepare Plan cache](/sql-prepare-plan-cache.md). (Introduced in v4.0)
- [Randomly sample about 10000 rows of data to quickly build statistics](/system-variables.md#tidb_enable_fast_analyze). (Introduced in v3.0)

## Service-level features

Expand Down

0 comments on commit 94072dc

Please sign in to comment.