Commit Graph

504 Commits (c11d604ab38bfbf04b5a7e41f20ae879b42ff5cd)

Author SHA1 Message Date
Siying Dong 9edda37027 Universal Compaction to Have a Size Percentage Threshold To Decide Whether to Compress 11 years ago
Kai Liu aac44226a0 Add bloom filter to predefined table stats 11 years ago
Mayank Agarwal fe3713961e Features in Transaction log iterator 11 years ago
Kai Liu 86ef6c3f74 Add statistics to sst file 11 years ago
sdong f8509653ba LRUCache to try to clean entries not referenced first. 11 years ago
Igor Canadi d0beadd456 Env class that can randomly read and write 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 11 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal b3ed08129b Add a statistic to count the number of calls to GetUpdatesSince 11 years ago
Mayank Agarwal 854d236361 Add backward compatible option in GetLiveFiles to choose whether to not Flush first 11 years ago
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 11 years ago
Haobo Xu 71046971f0 [RocksDB] Added perf counters to track skipped internal keys during iteration 11 years ago
Kai Liu 861f6e48e4 Remove the hard-coded enum value in statistics.h 11 years ago
Haobo Xu 22bb7c754b [RocksDB] print the name of options.memtable_factory in LOG so we know 11 years ago
Dhruba Borthakur f1a60e5c3e The vector rep implementation was segfaulting because of incorrect initialization of vector. 11 years ago
Dhruba Borthakur 87d6eb2f6b Implement apis in the Environment to clear out pages in the OS cache. 11 years ago
Rajat Goel 11c65021fb Revert "Minor fixes found while trying to compile it using clang on Mac OS X" 11 years ago
Rajat Goel 5f2c136c32 Minor fixes found while trying to compile it using clang on Mac OS X 11 years ago
Dhruba Borthakur 4012ca1c7b Added a parameter to limit the maximum space amplification for universal compaction. 11 years ago
Haobo Xu 1565dab809 [RocksDB] Enhance Env to support two thread pools LOW and HIGH 11 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 11 years ago
Haobo Xu f2f4c8072f [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 11 years ago
Dhruba Borthakur 197034e4c3 An iterator may automatically invoke reseeks. 11 years ago
Mayank Agarwal de98c1d9aa Update documentation for backups and LogData 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 7afdf5e9f8 Correct status in options.h from WouldBlock to Incomplete 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
Jim Paton 5c3b254ef2 Fix memory leak 11 years ago
Tyler Harter 4504c99030 Internal/user key bug fix. 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
Tyler Harter 94cf218720 Revert "Prefix scan: db_bench and bug fixes" 11 years ago
Tyler Harter c2bd8f4824 Prefix scan: db_bench and bug fixes 11 years ago
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 11 years ago
Jim Paton cb703c9d03 Allow WriteBatch::Handler to abort iteration 11 years ago
Mayank Agarwal 404d63ac3e Add TODO for DBToStackableDB function which doesn't work yet 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Mayank Agarwal 3ab2792f93 Add default info to comment in leveldb/options.h for no_block_cache 11 years ago
Mayank Agarwal 28e6fe5e9f Correct documentation for no_block_cache in leveldb/options.h 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Deon Nicholas e1346968d8 Merge operator fixes part 1. 11 years ago
Mayank Agarwal 387ac0f1e1 Expose statistic for sequence number and implement setTickerCount 11 years ago
Jim Paton 0307c5fe3a Implement log blobs 11 years ago
Haobo Xu d9dd2a1926 [RocksDB] Expose thread local perf counter for low overhead, per call level performance statistics. 11 years ago