Revision 5cd8240b86fd0f0ed07ad4d6ac7cff3130a77ca6 authored by Nikhil Benesch on 11 July 2018, 22:45:21 UTC, committed by Facebook Github Bot on 11 July 2018, 22:57:49 UTC
Summary:
Run the basic range deletion tests against the standard set of
configurations. This testing exposed that files with hash indexes and
partitioned indexes were not handling the case where the file contained
only range deletions--i.e., where the index was empty.

Additionally file a TODO about the fact that range deletions are broken
when allow_mmap_reads = true is set.

/cc ajkr nvanbenschoten

Best viewed with ?w=1: https://github.com/facebook/rocksdb/pull/4021/files?w=1
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4021

Differential Revision: D8811860

Pulled By: ajkr

fbshipit-source-id: 3cc07e6d6210a2a00b932866481b3d5c59775343
1 parent cfee7fb
History
File Mode Size
alloc_tracker.cc -rw-r--r-- 1.9 KB
hash_cuckoo_rep.cc -rw-r--r-- 24.7 KB
hash_cuckoo_rep.h -rw-r--r-- 1.6 KB
hash_linklist_rep.cc -rw-r--r-- 29.2 KB
hash_linklist_rep.h -rw-r--r-- 1.8 KB
hash_skiplist_rep.cc -rw-r--r-- 11.1 KB
hash_skiplist_rep.h -rw-r--r-- 1.4 KB
inlineskiplist.h -rw-r--r-- 34.0 KB
inlineskiplist_test.cc -rw-r--r-- 17.2 KB
memtablerep_bench.cc -rw-r--r-- 24.2 KB
skiplist.h -rw-r--r-- 15.6 KB
skiplist_test.cc -rw-r--r-- 10.2 KB
skiplistrep.cc -rw-r--r-- 8.9 KB
stl_wrappers.h -rw-r--r-- 885 bytes
vectorrep.cc -rw-r--r-- 9.0 KB
write_buffer_manager.cc -rw-r--r-- 4.8 KB
write_buffer_manager_test.cc -rw-r--r-- 5.1 KB

back to top