cockroachdb / cockroachdb/cockroach
kv: remove periodic compaction of the liveness range
Open
A-kv
C-enhancement
E-starter
P-2
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
This change introduced the ability to periodically compact the liveness range: https://github.com/cockroachdb/cockroach/pull/129827
Recent versions have tombstone density compactions that are triggered by a high density of point tombstones in a sstable. So we don't need that code anymore.
Jira issue: CRDB-56139
Contributor guide
Assessment
This issue has not been assessed yet.