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 authored Sep 14, 2024
1 parent cb571bf commit d510432
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 @@ -265,7 +265,7 @@ Currently, the TTL feature has the following limitations:
- `VARBINARY(N)`
- `BIT(N)`
- The character set of the first column of the primary key or composite primary key is `utf8` or `utf8mb4`, and the collation is `utf8_bin`, `utf8mb4_bin`, or `utf8mb4_0900_bin`.
- For tables where the primary key column type is `utf8` or `utf8mb4`, subtasks are split only based on the range of visible ASCII characters. If many primary key values have the same ASCII prefix, it might cause uneven task splitting.
- For tables where the character set type of the first column of the primary key is `utf8` or `utf8mb4`, subtasks are split only based on the range of visible ASCII characters. If many primary key values have the same ASCII prefix, it might cause uneven task splitting.

Check warning on line 268 in time-to-live.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.Ambiguous] Consider using a clearer word than 'many' because it may cause confusion. Raw Output: {"message": "[PingCAP.Ambiguous] Consider using a clearer word than 'many' because it may cause confusion.", "location": {"path": "time-to-live.md", "range": {"start": {"line": 268, "column": 185}}}, "severity": "INFO"}
- For tables that do not support splitting a TTL job into multiple subtasks, the TTL job will be executed sequentially on a single TiDB node. If the table contains a large amount of data, the execution of the TTL job might become slow.

## FAQs
Expand Down

0 comments on commit d510432

Please sign in to comment.