TiDB Installation Packages See also TiDB Installation Packages Before deploying TiUP offline , you need to download the binary packages of TiDB as described in Prepare the TiUP...
TiDB Global Sort Overview Use cases Limitations Usage Implementation principles Step 1: Scan and prepare data Step 2: Sort and distribute data TiDB Global Sort Note C...
TiDB Configuration File split-table tidb-max-reuse-chunk New in v6.4.0 tidb-max-reuse-column New in v6.4.0 token-limit temp-dir New in v6.3.0 oom-use-tmp-storage tmp-st...
TIDB_TRX Example CLUSTER_TIDB_TRX TIDB_TRX The TIDB_TRX table provides information about the transactions currently being executed on the TiDB node. USE INFORMATION_SCHEMA ;...
TIDB_INDEXES TIDB_INDEXES The TIDB_INDEXES table provides the INDEX information of all tables. USE information_schema ; DESC tidb_indexes ; +---------------+-------------...
Upgrade a TiDB Cluster on Kubernetes Rolling update introduction Preparations before upgrade Upgrade steps Troubleshoot the upgrade Upgrade a TiDB Cluster on Kubernetes If y...