Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback: Batch Delete Expired Data with Row-Level TTL - missing new parameter ttl_select_rate_limit in 23.2 #18349

Open
hand-crdb opened this issue Mar 6, 2024 · 0 comments
Assignees

Comments

@hand-crdb
Copy link

hand-crdb commented Mar 6, 2024

Steven Hand (hand-crdb) commented:

Page: https://cockroachlabs.com/docs/v23.2/row-level-ttl.html

What is the reason for your feedback?

[X] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[ ] Other

Additional details

The page does not include the new TTL parameter ttl_select_rate_limit. (Note it is documented in the cluster settings page).

For example:

CREATE TABLE ttl_test (
   id INT PRIMARY KEY,   
   expire_at TIMESTAMPTZ   
) WITH (
   ttl_expiration_expression = 'expire_at', 
   ttl_select_batch_size=100,
   ttl_delete_batch_size=50, 
   ttl_delete_rate_limit=20, 
   ttl_select_rate_limit=25);

Jira Issue: DOC-9832

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants