cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

gc: add delete range parameters to gc request

Open aliher1911 opened this issue 3 years ago • 1 comments

This commit adds range_deletion_keys parameters to GC request. range_deletion_keys is used by GC queue to remove chunks of consecutive keys where no new data was written above the GC threshold and storage can optimize deletions with range tombstones. To support new types of keys, GCer interface is also updated to pass provided keys down to request.

Release note: None

aliher1911 avatar Aug 11 '22 00:08 aliher1911

This change is Reviewable

cockroach-teamcity avatar Aug 11 '22 00:08 cockroach-teamcity