Commit Graph

76 Commits (4decff6fa8c4d46e905a66d439394c4bfb889a69)

Author SHA1 Message Date
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 11 years ago
Igor Canadi f43c8262c2 Don't compress block bigger than 2GB 11 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 11 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Mark Callaghan e9e6b00d29 Add monitoring for universal compaction and add counters for compaction IO 11 years ago
kailiu c7707f24c2 Refine the statistics 11 years ago
Sajal Jain 28a1b9b95f [rocksdb] statistics counters for memtable hits and misses 11 years ago
Haobo Xu 5b825d6964 [RocksDB] Use raw pointer instead of shared pointer when passing Statistics object internally 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 11 years ago
Kai Liu 88ba331c1a Add the index/filter block cache 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Naman Gupta fe25070242 In-place updates for equal keys and similar sized values 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 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
Kai Liu 861f6e48e4 Remove the hard-coded enum value in statistics.h 11 years ago
Dhruba Borthakur 197034e4c3 An iterator may automatically invoke reseeks. 12 years ago
Mayank Agarwal c34271a5a5 Fix bug in Counters and record Sequencenumber using only TickerCount 12 years ago
Tyler Harter 4504c99030 Internal/user key bug fix. 12 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 12 years ago
Tyler Harter 94cf218720 Revert "Prefix scan: db_bench and bug fixes" 12 years ago
Tyler Harter c2bd8f4824 Prefix scan: db_bench and bug fixes 12 years ago
Mayank Agarwal 387ac0f1e1 Expose statistic for sequence number and implement setTickerCount 12 years ago
Mayank Agarwal f1bf169484 Counter for merge failure 12 years ago
Jim Paton 8e792e5896 Add soft_rate_limit stats 12 years ago
Jim Paton 18afff2e63 Add stall counts to statistics 12 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 12 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 12 years ago
Haobo Xu 4deaa0d48b [RocksDB] Minor change to statistics.h 12 years ago
Abhishek Kona 5ef6bb8c37 [rocksdb][refactor] statistic printing code to one place 12 years ago
Abhishek Kona f561b3a324 [Rocksdb] Rename one stat key from leveldb to rocksdb 12 years ago
Abhishek Kona 39ee47fbf4 [Rocksdb] Record WriteBlock Times into a histogram 12 years ago
Abhishek Kona 7a5f71d19a [Rocksdb] measure table open io in a histogram 12 years ago
Abhishek Kona 4a8554d5bb [Rocksdb] fix wrong assert 12 years ago
Abhishek Kona a4913c5170 [rocksdb] names for all metrics provided in statistics.h 12 years ago
Abhishek Kona e982b5a489 [Rocksdb] measure table open io in a histogram 12 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 12 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 12 years ago
Dhruba Borthakur a8d807ee91 Record the number of open db iterators. 12 years ago
Haobo Xu c2e2460f8a [RocksDB] Expose DBStatistics 12 years ago
Abhishek Kona 446151cd20 [Rocksdb] Remove unused double apis to record into histograms 12 years ago
Abhishek Kona 8d58ecdc29 [RocksDB] Expose compaction stalls via db_statistics 12 years ago
Abhishek Kona d98e56315d [RocksDB] Make Ticker Atomic 12 years ago
Abhishek Kona 63f216ee0a memory manage statistics 12 years ago
Abhishek Kona a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens 12 years ago
Abhishek Kona 959337ed5b Measure compaction time. 12 years ago