forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c-deps: bump RocksDB to pick up perf fix
Pick up cockroachdb#20 which fixes a performance regression that caused range tombstones to be added to some sstables unnecessarily which in turn could cause compactions that are larger than necessary. Revert the workaround to `TestRocksDBDeleteRangeCompaction` which was made due to the now fixed bug. Release note: None
- Loading branch information
1 parent
18b44cc
commit d8707c3
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule rocksdb
updated
4 files
+20 −7 | db/compaction_job.cc | |
+94 −0 | db/db_range_del_test.cc | |
+2 −0 | db/dbformat.cc | |
+1 −0 | include/rocksdb/types.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters