Allow ExportRequest to resume exports on timestamp boundary #68231
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-kv
KV Team
Is your feature request related to a problem? Please describe.
I'm always frustrated when export request can not return back an SST because size of all versions for the key in backup exceeds kv.bulk_sst.max_allowed_overage.
Describe the solution you'd like
Export request should return next key timestamp together with resume span and accept it as an optional argument so that export can have finer grained control over export boundaries. This is also needed to make export batches smaller and provide more efficient export throttling control.
Additional context
Part of #66486
The text was updated successfully, but these errors were encountered: