cockroachdb / cockroachdb/docs

Feedback: Batch Delete Expired Data with Row-Level TTL

Open
#19,333 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
212
Forks
476
Avg merge
40m
Merged PRs (30d)
3

Description

Page: https://cockroachlabs.com/docs/v24.3/row-level-ttl.html

## What is the reason for your feedback?

Under the `ttl_select_rate_limit` parameter storage description, the term 'leaseholder' is used where 'leaseholder node' would be more appropriate. In my customer's example, they have a table with 8000 ranges (and therefore 8000 leaseholders - as per the definition [here](https://www.cockroachlabs.com/docs/v24.3/architecture/overview#architecture-leaseholder)) but only 6 nodes where leaseholders are placed. The `ttl_select_rate_limit` is calculated based on the number of nodes where leaseholders are placed (e.g. 6) rather than the number of leaseholders for the table (e.g. 8000). This caused confusion for both myself and my customer when we read it, so it would be good if this could be clarified. Thanks!

Jira issue: DOC-12194

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.