Skip to content

Commit

Permalink
Update time-to-live.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lilian Lee <[email protected]>
  • Loading branch information
lcwangchao and lilin90 committed Sep 14, 2024
1 parent dad9196 commit 174d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time-to-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ TTL 功能能够与 TiDB 的迁移、备份、恢复工具一同使用。
- `VARBINARY(N)`
- `BIT(N)`
- 主键或者复合主键的第一列的字符集为 `utf8` 或者 `utf8mb4`,且排序规则设置为 `utf8_bin``utf8mb4_bin` 或者 `utf8mb4_0900_bin`
* 对于主键第一列类型是 `utf8` 或者 `utf8mb4` 的表,仅会根据 ASCII 可见字符的范围进行子任务拆分。如果大量的主键值具有相同的 ASCII 前缀,可能会造成任务拆分不均匀。
* 对于主键第一列的字符集类型是 `utf8` 或者 `utf8mb4` 的表,仅会根据 ASCII 可见字符的范围进行子任务拆分。如果大量的主键值具有相同的 ASCII 前缀,可能会造成任务拆分不均匀。
* 对于不支持拆分 TTL 子任务的表,TTL 任务只能在一个 TiDB 节点上按顺序执行。此时如果表中的数据量较大,TTL 任务的执行可能会变得缓慢。

## 常见问题
Expand Down

0 comments on commit 174d441

Please sign in to comment.