Skip to content

Commit

Permalink
compaction: remove nonzero-seqnum splitting logic
Browse files Browse the repository at this point in the history
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
jbowens committed Jul 13, 2021
1 parent 4fcf409 commit 9f97548
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 316 deletions.
Loading

0 comments on commit 9f97548

Please sign in to comment.