File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
markdown-pages/zh/tidb/release-8.5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ TiDB 版本:8.5.4
3838
3939 从 v8.3.0 开始,TiDB 支持用户在分区表的唯一列上创建全局索引以提高查询性能,但不支持在非唯一列上创建全局索引。从 v8.5.4 起,TiDB 取消了这一限制,允许用户在分区表的非唯一列上创建全局索引,提升了全局索引的易用性。
4040
41- 更多信息,请参考[ 用户文档] ( https://docs.pingcap.com/zh/tidb/v8.5/partitioned-table#全局索引 ) 。
41+ 更多信息,请参考[ 用户文档] ( https://docs.pingcap.com/zh/tidb/v8.5/global-indexes/ ) 。
4242
4343* TiFlash 支持优雅关闭 (graceful shutdown) [ #10266 ] ( https://github.com/pingcap/tiflash/issues/10266 ) @[ gengliqi] ( https://github.com/gengliqi )
4444
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ I/O 限流功能相关配置。
239239- 该配置只针对存算分离模式生效,详细请参考 [ TiFlash 存算分离架构与 S3 支持] ( /tiflash/tiflash-disaggregated-and-s3.md ) 。
240240- 可选值:` "tiflash_write" ` 、` "tiflash_compute" `
241241
242- ##### ` graceful_wait_shutdown_timeout ` <span class =" version-mark " >从 v8.5.4 开始引入 </span >
242+ ##### ` graceful_wait_shutdown_timeout ` <span class =" version-mark " >从 v8.5.4 版本开始引入 </span >
243243
244244- 控制在关闭 TiFlash 服务器时的最长等待时间。在此期间,TiFlash 允许尚未完成的 MPP 任务继续执行,但不再接收新的 MPP 任务。如果所有正在运行的 MPP 任务都在此超时时间之前完成,TiFlash 将立即关闭;否则将在等待时间结束后强制关闭。
245245- 默认值:` 600 `
You can’t perform that action at this time.
0 commit comments