7.5新增变量 tidb_allow_tiflash_cop

文档新增需求,请按照下方模板反馈:

  • 需求类型:新增文档
  • 需求背景:比如缺少哪部分文档,对使用有什么影响
  • 期望增加哪些组件或者功能的文档,加到现有文档的哪个位置

文档中搜索不到 tidb_allow_tiflash_cop 相关内容

mysql> select version();
+--------------------+
| version()          |
+--------------------+
| 8.0.11-TiDB-v7.5.0 |
+--------------------+
1 row in set (0.00 sec)

mysql> show global variables like '%tidb_allow_tiflash_cop%';
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| tidb_allow_tiflash_cop | OFF   |
+------------------------+-------+
1 row in set (0.00 sec)
2 个赞

https://github.com/pingcap/tidb/commit/ce99d5d25da5a7c60b99259011bf0ffc52c25a33#diff-93901abecfb2298268c7204c8665c636fa37285005c6b53fd3a552cd163c3e7e

means we only use MPP mode to query data.

已反馈。

相关的进度可见 pr
https://github.com/pingcap/docs/pull/15667
https://github.com/pingcap/docs-cn/pull/15671

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。