TiDB v6.1 Documentation· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1015 10.8.3 Use SHARD_ROW_ID_BITS to process hotspots· · · · · · · · · · · · · · · · · · · · · · · 1019 10.8.4 Handle auto-increment maximum number of statements in a transaction? · · · · · · · 3868 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 3870 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 3870 15.3.18 How to control or change the execution priority of SQL commits0 码力 | 4487 页 | 84.44 MB | 1 年前3
TiDB v7.6 Documentationmaximum number of statements in a transaction? · · · · · · · 4880 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 4882 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 4882 15.3.18 How to control or change the execution priority of SQL commits database. CREATE GLOBAL BINDING FOR USING SELECT /*+ merge_join(t1, t2) */ t1.id, t2.amount FROM *.t1, *.t2 WHERE t1.id = t2.id; In addition, cross-database binding can effectively mitigate SQL performance0 码力 | 6123 页 | 107.24 MB | 1 年前3
TiDB v7.5 Documentationmaximum number of statements in a transaction? · · · · · · · 4808 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 4810 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 4810 15.3.18 How to control or change the execution priority of SQL commits syntax #18207 • Lateral derived tables #40328 2.4.2 Differences from MySQL 2.4.2.1 Auto-increment ID • In TiDB, the auto-incremental column values (IDs) are globally unique and incremen- tal within a0 码力 | 6020 页 | 106.82 MB | 1 年前3
TiDB v7.1 Documentationmaximum number of statements in a transaction? · · · · · · · 4638 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 4639 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 4639 15.3.18 How to control or change the execution priority of SQL commits will be canceled #43854 @zimulala • Fix the issue that when the PD member address changes, allocating ID for the AUTO_INCREMENT column will be blocked for a long time #42643 @tiancaiamao • Fix the issue0 码力 | 5716 页 | 104.74 MB | 1 年前3
TiDB v6.5 Documentationmaximum number of statements in a transaction? · · · · · · · 4400 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · 4402 20 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 4402 15.3.18 How to control or change the execution priority of SQL commits MySQL compatibility mode as an experimental feature. This mode introduces a centralized auto-increment ID allocating service that ensures IDs monotonically increase on all TiDB instances. This feature makes0 码力 | 5282 页 | 99.69 MB | 1 年前3
TiDB v6.1 中文手册· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 787 10.11.4 使用 SHARD_ROW_ID_BITS 处理热点表· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 791 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 3141 15.3.10 TiDB 中,为什么出现后插入数据的自增 ID 反而小? · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 3141 15.3.11 如何在 TiDB 中修改 sql_mode? 配置项(默认开启)设置全局 kill 开关。 在 TiDB v6.1.0 之前,当某个特定操作占用大量资源引发集群稳定性问题时,你需要先登陆到对应的 TiDB 节点,然后运行 kill [TiDB] id 命令终止对应的连接及操作。在 TiDB 节点多的情况下,这种方式使用 不便,并且容易误操作。从 v6.1.0 起,当开启 enable-global-kill 配置项时,你可以在任意 TiDB 节点运0 码力 | 3572 页 | 84.36 MB | 1 年前3
TiDB v8.5 Documentationmaximum number of statements in a transaction? · · · · · · · 5253 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 5255 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 5255 15.3.18 How to control or change the execution priority of SQL commits �→ shard �→ _row �→ _id_ �→ bits Newly added Before v8.4.0, setting the default num- ber of slices for row IDs for newly created tables re- quired declar- ing SHARD_ �→ ROW �→ _ID �→ _ �→ BITS �→ in each0 码力 | 6730 页 | 111.36 MB | 10 月前3
TiDB v8.4 Documentationmaximum number of statements in a transaction? · · · · · · · 5232 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 5234 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 5234 15.3.18 How to control or change the execution priority of SQL commits �→ shard �→ _row �→ _id_ �→ bits Newly added Before v8.4.0, setting the default num- ber of slices for row IDs for newly created tables re- quired declar- ing SHARD_ �→ ROW �→ _ID �→ _ �→ BITS �→ in each0 码力 | 6705 页 | 110.86 MB | 10 月前3
TiDB v8.1 Documentationmaximum number of statements in a transaction? · · · · · · · 5105 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 5107 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 5107 15.3.18 How to control or change the execution priority of SQL commits information, see TiDB Lightning configuration. 43 • For tables with AUTO_ID_CACHE=1, TiDB supports a centralized auto-increment ID allo- cating service. In earlier versions, the primary TiDB node of this0 码力 | 6479 页 | 108.61 MB | 10 月前3
TiDB v8.3 Documentationmaximum number of statements in a transaction? · · · · · · · 5180 15.3.10 Why does the auto-increment ID of the later inserted data is smaller than that of the earlier inserted data in TiDB?· · · · · · · · · · · · · · · · · · · · · · · · · 5182 15.3.17 Does SHOW PROCESSLIST display the system process ID?· · · · · · · · · · · · · 5182 15.3.18 How to control or change the execution priority of SQL commits evict-leader-scheduler via pd-ctl to accelerate the leader eviction process #8265 @rleungx • Add the store_id monitoring metric to the Cluster > Label distribution panel in Grafana to display store IDs corresponding0 码力 | 6606 页 | 109.48 MB | 10 月前3
共 41 条
- 1
- 2
- 3
- 4
- 5













