Commit Graph

95 Commits (48c8d8445e2435171445c5c50730bfaacba20eff)

Author SHA1 Message Date
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 7 years ago
Andrew Kryczka 8ec3e72551 Cache dictionary used for decompressing data blocks (#4881) 7 years ago
Adam Singer a914a1c6dc Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. (#4742) 7 years ago
Adam Singer d6dfe516ff Synchronize ticker and histogram metrics for Java API (#4733) 7 years ago
Adam Singer 1db4a096d4 Test mapping of Histograms and HistogramsNameMap (#4720) 7 years ago
Soli f1837595a3 FIX #3278: Move global const object definitions from .h to .cc (#4691) 7 years ago
Andrew Kryczka a138e351bc Fix compatibility of public ticker stats (#4701) 7 years ago
Soli Como 5945e16dfc Divide `NO_ITERATORS` into two counters `NO_ITERATOR_CREATED` and `NO_ITERATOR_DELETE` (#4498) 7 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 8 years ago
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