Update dev-guide-delete-data.md#12250
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
| - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md)。 | ||
| - 阅读[数据库模式概览](/develop/dev-guide-schema-design-overview.md),并[创建数据库](/develop/dev-guide-create-database.md)、[创建表](/develop/dev-guide-create-table.md)、[创建二级索引](/develop/dev-guide-create-secondary-indexes.md)。 | ||
| - 需先[插入数据](/develop/dev-guide-insert-data.md)才可删除。 | ||
| - 如果需要周期性地删除过期数据,可以考虑使用 TiDB 的 [TTL 功能](/time-to-live.md)。 |
There was a problem hiding this comment.
IMO, it would be more user-friendly to include it as a note under the first paragraph (Line 10).
Signed-off-by: Ran <huangran.alex@gmail.com>
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: cd07b0e |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?