kv: add mechanism to paginate versions of a row #61623
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
T-kv
KV Team
X-stale
Is your feature request related to a problem? Please describe.
Cockroach's KV layer today only exposes versions of a key via the
ExportRequest
. There's a feeling more generally that theScanRequest
should be endowed with all of the powers ofExportRequest
(#19749). One problem with all of this, however, is that we have no way to talk about resumption of a scan in the middle of a row. This is a major impediment to proper memory management for such operations.Describe the solution you'd like
We'd need some new API parameter which allows requests and resume spans to indicate timestamp bounds.
Jira issue: CRDB-2980
The text was updated successfully, but these errors were encountered: