Commit Graph

76 Commits (4decff6fa8c4d46e905a66d439394c4bfb889a69)

Author SHA1 Message Date
Anand Ananthabhotla fccc12f386 Add a histogram stat for memtable flush 8 years ago
Yi Wu 78279350aa Blob DB: Add statistics 8 years ago
anand1976 d394a6bb48 Add a ticker stat for number of keys skipped during iteration 8 years ago
Andrew Kryczka 8ace1f79b5 add counter for deletion dropping optimization 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Ben Torfs 6a3377f454 Synchronize statistic enumeration values between statistics.h and java API 8 years ago
Siying Dong 51ac91f586 Histogram of number of merge operands 8 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 8 years ago
Andrew Kryczka efc361ef7d Add user stats Reset API 8 years ago
Andrew Kryczka 5b11124e39 add max to histogram stats 8 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 8 years ago
Andrew Kryczka 7ffb10fc1a DeleteRange compaction statistics 9 years ago
Yi Wu 36e4762ce0 Remove Ticker::SEQUENCE_NUMBER 9 years ago
Yi Wu 991b585ee0 More block cache tickers 9 years ago
Yi Wu d6ae6dec69 Add Statistics::getAndResetTickerCount(). 9 years ago
John Alexander 4fd08f4b8b Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeForMutex (#1308) 9 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 9 years ago
Aaron Gao 2914de64e8 add sim_cache stats to Statistics 9 years ago
Islam AbdelRahman f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum 9 years ago
John Alexander 9430333f84 New Statistics to track Compression/Decompression (#1197) 9 years ago
charsyam 4f2b0946d1 fix simple typos (#1183) 9 years ago
Aaron Gao e532877940 Add statistics field to show total size of index and filter blocks in block cache 9 years ago
krad a08c8c851a Added PersistentCache abstraction 9 years ago
Yi Wu f71fc77b7c Cache to have an option to fail Cache::Insert() when full 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
SherlockNoMad 37159a6448 Add histogram for value size per operation 10 years ago
sdong d20915d52a Disable stats about mutex duration by default 10 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 10 years ago
Islam AbdelRahman 51fa7ecec5 Bytes read/written from cache statistics 10 years ago
Ari Ekmekji 03ddce9a01 Add counters for L0 stall while L0-L1 compaction is taking place 10 years ago
Manuel Ung aeb4612685 Add counters for seek/next/prev 10 years ago
Ari Ekmekji 3c37b3cccd Determine boundaries of subcompactions 10 years ago
sdong c7742452eb Add Statistics.getHistogramString() to print more detailed outputs of a histogram 10 years ago
sdong 3ae386eafe Add statistic histogram "rocksdb.sst.read.micros" 10 years ago
Igor Canadi 5aea98ddd8 Deprecate WriteOptions::timeout_hint_us 10 years ago
Yueh-Hsuan Chiang 48da7a9cad Improve the comment for BYTES_READ in statistics. 10 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 10 years ago
Laurent Demailly df4130ad85 fix crashes in stats and compaction filter for db_ttl_impl 10 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 10 years ago
Grace Law 1851f977c2 Added RocksDB stats GET_HIT_L0 and GET_HIT_L1 11 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 11 years ago
sdong 9132e52ea4 DB Stats Dump to print total stall time 11 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 11 years ago
Feng Zhu 0af157f9bf Implement full filter for block based table. 11 years ago
Lei Jin 5a5953b388 Add histogram for DB_SEEK 11 years ago
Lei Jin 37c6740c38 make statistics ToString function empty instead of pure virtual 11 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 11 years ago
Yueh-Hsuan Chiang 90a6aca48e Finer report I/O stats about Flush and Compaction. 11 years ago