Commit Graph

140 Commits (3c9eed688ec912e0c5526a6c1ef23948b50c59b3)

Author SHA1 Message Date
Soli f1837595a3 FIX #3278: Move global const object definitions from .h to .cc (#4691) 6 years ago
Andrew Kryczka a138e351bc Fix compatibility of public ticker stats (#4701) 6 years ago
Soli Como 5945e16dfc Divide `NO_ITERATORS` into two counters `NO_ITERATOR_CREATED` and `NO_ITERATOR_DELETE` (#4498) 6 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 7 years ago
Andrew Kryczka 508a09fd62 Print histogram count and sum in statistics string 7 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 7 years ago
Maysam Yabandeh bde1c1a72a WritePrepared Txn: add stats 7 years ago
Maysam Yabandeh 67182678a5 Stats for false positive rate of full filtesr 7 years ago
Amy Tai e476d0e252 Adding stat to count cancelled compactions 7 years ago
Yi Wu b864bc9b5b Blob DB: Improve FIFO eviction 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Yi Wu e62a763752 Blob DB: miscellaneous changes 7 years ago
Anand Ananthabhotla fccc12f386 Add a histogram stat for memtable flush 7 years ago
Yi Wu 78279350aa Blob DB: Add statistics 7 years ago
anand1976 d394a6bb48 Add a ticker stat for number of keys skipped during iteration 7 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 8 years ago
Yi Wu 36e4762ce0 Remove Ticker::SEQUENCE_NUMBER 8 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. 9 years ago
SherlockNoMad 37159a6448 Add histogram for value size per operation 9 years ago
sdong d20915d52a Disable stats about mutex duration by default 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 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