Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compaction: remove nonzero-seqnum splitting logic
Remove the `nonZeroSeqNumSplitter`. The logic preventing splitting at nonzero-seqnum keys was responsible for the creation of arbitrarily large files (cockroachdb#1181). The condition that the `nonZeroSeqNumSplitter` guards against is no longer possible. Fix cockroachdb#1181.
- Loading branch information