Commit Graph

319 Commits (20b231d712796b87835839d909e071d7e95155ce)

Author SHA1 Message Date
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 11 years ago
Xing Jin 658a3ce2fa Fix SIGSEGV issue in universal compaction 11 years ago
Xing Jin 8eb552bf4d New unit test for iterator with snapshot 11 years ago
Haobo Xu 0c4040681a [RocksDB] Move last_sequence and last_flushed_sequence_ update back into lock protected area 11 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 11 years ago
Dhruba Borthakur 32c965d417 Flush was hanging because the configured options specified that more than 1 memtable need to be merged. 11 years ago
Mayank Agarwal aa5c897d42 Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Mayank Agarwal c34271a5a5 Fix bug in Counters and record Sequencenumber using only TickerCount 11 years ago
Mayank Agarwal ab5c5c28fe Fix build caused by DeleteFile not tolerating / at the beginning 11 years ago
Dhruba Borthakur 59de2dbad7 Cleanup DeleteFile API 11 years ago
Haobo Xu 48e5ea0c34 [RocksDB] Fix TransformRepFactory related valgrind problem 11 years ago
Dhruba Borthakur fc0c399d2e Introduced a new flag non_blocking_io in ReadOptions. 11 years ago
Haobo Xu 43eef52001 [RocksDB] move stats counting outside of mutex protected region for DB::Get() 11 years ago
Deon Nicholas 573844807c Fix for no_io 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton 74781a0c49 Add three new MemTableRep's 11 years ago
Xing Jin 17dc128048 Pull from https://reviews.facebook.net/D10917 11 years ago
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Mayank Agarwal 387ac0f1e1 Expose statistic for sequence number and implement setTickerCount 11 years ago
Xing Jin 0a5afd1afc Minor fix to current codes 11 years ago
Mayank Agarwal f1bf169484 Counter for merge failure 11 years ago
Tyler Harter f5f1842282 Prefix filters for scans (v4) 11 years ago
sumeet 3b81df34bd Separate compaction filter for each compaction 11 years ago
Dhruba Borthakur 93d77a27d2 Universal Compaction should keep DeleteMarkers unless it is the earliest file. 11 years ago
Xing Jin 8ae905ed63 Fix unit tests for universal compaction (step 2) 11 years ago
Xing Jin 17b8f786a3 Fix unit tests/bugs for universal compaction (first step) 11 years ago
Deon Nicholas c2d7826ced [RocksDB] [MergeOperator] The new Merge Interface! Uses merge sequences. 11 years ago
Jim Paton 8e792e5896 Add soft_rate_limit stats 11 years ago
Jim Paton 1036537c94 Add soft and hard rate limit support 11 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 11 years ago
Jim Paton 9700677a2b Slow down writes gradually rather than suddenly 11 years ago
Xing Jin 0f0a24e298 Make arena block size configurable 11 years ago
Jim Paton 6db52b525a Don't use redundant Env::NowMicros() calls 11 years ago
Jim Paton 18afff2e63 Add stall counts to statistics 11 years ago
Dhruba Borthakur d7ba5bce37 Revert 6fbe4e981a3d74270a0160445bd993c464c23d76: If disable wal is set, then batch commits are avoided 11 years ago
Jim Paton 52d7ecfc78 Virtualize SkipList Interface 11 years ago
Dhruba Borthakur 6fbe4e981a If disable wal is set, then batch commits are avoided. 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Haobo Xu d364eea1fc [RocksDB] Fix FindMinimumEmptyLevelFitting 11 years ago
Haobo Xu 9ee68871dc [RocksDB] Enable manual compaction to move files back to an appropriate level. 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Haobo Xu 9ba82786ce [RocksDB] Provide contiguous sequence number even in case of write failure 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
Abhishek Kona 5ef6bb8c37 [rocksdb][refactor] statistic printing code to one place 11 years ago
Dhruba Borthakur 6acbe0fc45 Compact multiple memtables before flushing to storage. 11 years ago