title | summary | aliases | |
---|---|---|---|
TiDB Experimental Features |
Learn the experimental features of TiDB. |
|
This document introduces the experimental features of TiDB in different versions. It is NOT recommended to use these features in the production environment.
- Support collecting statistics for
PREDICATE COLUMNS
(Introduced in v5.4) - Control the memory quota for collecting statistics. (Introduced in v6.1.0)
- FastScan. (Introduced in v6.2.0)
- Extended statistics. (Introduced in v5.0.0)
- Randomly sample about 10000 rows of data to quickly build statistics (Introduced in v3.0)
- Support locking statistics (Introduced in v6.5.0)
- Improve the stability of the optimizer's choice of indexes: extend the statistics feature by collecting the multi-column order dependency information (Introduced in v5.0).
- Background Quota Limiter (Introduced in v6.2.0): You can use the background quota-related configuration items to limit the CPU resources to be used by the background. When a request triggers Quota Limiter, the request is forced to wait for a while for TiKV to free up CPU resources.
Elastic scheduling feature. It enables the TiDB cluster to dynamically scale out and in on Kubernetes based on real-time workloads, which effectively reduces the stress during your application's peak hours and saves overheads. See Enable TidbCluster Auto-scaling for details. (Introduced in v4.0)
- Generated Columns (Introduced in v2.1)
- User-Defined Variables (Introduced in v2.1)
- Cascades Planner: a cascades framework-based top-down query optimizer (Introduced in v3.0)
- Table Lock (Introduced in v4.0.0)
- Range INTERVAL partitioning (Introduced in v6.3.0)
- Time to live (Introduced in v6.5.0)
- TiFlash Query Result Materialization (Introduced in v6.5.0)
- Create a binding according to a historical execution plan (Introduced in v6.5.0)
- Titan Level Merge (Introduced in v4.0)
- Divide Regions are divided into buckets. Buckets are used as the unit of concurrent query to improve the scan concurrency. (Introduced in v6.1.0)
- Use WebUI to manage migration tasks in DM. (Introduced in v6.0)
- Cross-cluster RawKV replication (Introduced in v6.2.0)
- Stream data to Amazon S3, Azure Blob Storage, and NFS through TiCDC (Introduced in v6.5.0)
- Green GC (Introduced in v5.0)
- TiKV-FastTune dashboard (Introduced in v4.0)