Skip to content

sql: add doc for time to live#11508

Merged
ti-chi-bot merged 18 commits into
pingcap:masterfrom
ran-huang:feat/ttl
Dec 28, 2022
Merged

sql: add doc for time to live#11508
ti-chi-bot merged 18 commits into
pingcap:masterfrom
ran-huang:feat/ttl

Conversation

@ran-huang
Copy link
Copy Markdown
Contributor

@ran-huang ran-huang commented Dec 2, 2022

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.

  • master (the latest development version)
  • v6.5 (TiDB 6.5 versions)
  • v6.4 (TiDB 6.4 versions)
  • v6.3 (TiDB 6.3 versions)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)
  • v5.3 (TiDB 5.3 versions)
  • v5.2 (TiDB 5.2 versions)
  • v5.1 (TiDB 5.1 versions)
  • v5.0 (TiDB 5.0 versions)

What is the related PR or file link(s)?

Signed-off-by: Ran <huangran.alex@gmail.com>
@ran-huang ran-huang added translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn. area/sql-infra Indicates that the Issue or PR belongs to the area of sql-infra and sql-metadata. v6.5 This PR/issue applies to TiDB v6.5. labels Dec 2, 2022
@ti-chi-bot
Copy link
Copy Markdown
Member

ti-chi-bot commented Dec 2, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • qiancai

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Details

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 2, 2022
@ran-huang ran-huang self-assigned this Dec 2, 2022
@ti-chi-bot ti-chi-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 2, 2022
@ti-chi-bot ti-chi-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 2, 2022
@ran-huang ran-huang removed the request for review from shichun-0415 December 2, 2022 06:13
@ran-huang ran-huang changed the title sql: time to live [WIP]sql: add doc fortime to live Dec 2, 2022
@ti-chi-bot ti-chi-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 2, 2022
@ran-huang ran-huang changed the title [WIP]sql: add doc fortime to live [WIP]sql: add doc for time to live Dec 2, 2022
Signed-off-by: Ran <huangran.alex@gmail.com>
@ran-huang ran-huang changed the title [WIP]sql: add doc for time to live sql: add doc for time to live Dec 6, 2022
@ti-chi-bot ti-chi-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 6, 2022
@ti-chi-bot ti-chi-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 10, 2022
@ti-chi-bot ti-chi-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 12, 2022
Comment thread experimental-features.md Outdated
@ti-chi-bot ti-chi-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 20, 2022
Comment thread time-to-live.md Outdated
ran-huang and others added 6 commits December 26, 2022 11:33
Signed-off-by: Ran <huangran.alex@gmail.com>
Co-authored-by: Ran <huangran@pingcap.com>
Signed-off-by: Ran <huangran.alex@gmail.com>
Signed-off-by: Ran <huangran.alex@gmail.com>
Signed-off-by: Ran <huangran.alex@gmail.com>
Comment thread time-to-live.md Outdated
Signed-off-by: Ran <huangran.alex@gmail.com>
Signed-off-by: Ran <huangran.alex@gmail.com>
@ran-huang
Copy link
Copy Markdown
Contributor Author

/verify

@ran-huang
Copy link
Copy Markdown
Contributor Author

/merge

@ti-chi-bot
Copy link
Copy Markdown
Member

@ran-huang: /merge in this pull request requires 2 approval(s).

Details

In response to this:

/merge

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

Comment thread TOC-tidb-cloud.md Outdated
Comment thread time-to-live.md Outdated
Comment thread time-to-live.md
> **Warning:**
>
> This is an experimental feature. It is not recommended that you use it in a production environment.
> TTL is not available for [TiDB Cloud Serverless Tier](https://docs.pingcap.com/tidbcloud/select-cluster-tier#serverless-tier-beta).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder. I'll add a note when tidb cloud documentation switches to v6.5 (presumably next week).

Co-authored-by: Feng Liyuan <darktemplar.f@gmail.com>
@TomShawn TomShawn added the needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. label Dec 28, 2022
@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Dec 28, 2022

/remove-status LGT1
/status LGT2

@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Dec 28, 2022
@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Dec 28, 2022

/merge

@ti-chi-bot
Copy link
Copy Markdown
Member

This pull request has been accepted and is ready to merge.

DetailsCommit hash: 7352630

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Dec 28, 2022
@ti-chi-bot ti-chi-bot merged commit 6750104 into pingcap:master Dec 28, 2022
@ti-chi-bot
Copy link
Copy Markdown
Member

In response to a cherrypick label: new pull request created to branch release-6.5: #11795.

ti-chi-bot pushed a commit to ti-chi-bot/docs that referenced this pull request Dec 28, 2022
@ran-huang ran-huang deleted the feat/ttl branch December 28, 2023 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/sql-infra Indicates that the Issue or PR belongs to the area of sql-infra and sql-metadata. needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. translation/from-docs-cn This PR is translated from a PR in pingcap/docs-cn. v6.5 This PR/issue applies to TiDB v6.5.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants