Commit Graph

140 Commits (3c9eed688ec912e0c5526a6c1ef23948b50c59b3)

Author SHA1 Message Date
sdong 4720ba4391 Remove RocksDB LITE (#11147) 2 years ago
sdong e808858ae0 Remove Stats related to compressed block cache (#11135) 2 years ago
Levi Tamasi 6da2e20df3 Remove more obsolete statistics (#11131) 2 years ago
Levi Tamasi 99e559533d Remove some deprecated/obsolete statistics from the API (#11123) 2 years ago
anand76 ecba6a320e Add some async read stats (#10947) 2 years ago
anand76 72a3fb3424 Update statistics for async scan readaheads (#10585) 3 years ago
Gang Liao d7ebb58cb5 Add blob cache tickers, perf context statistics, and DB properties (#10203) 3 years ago
anand76 a6691d0f65 Update stats to help users estimate MultiGet async IO impact (#10182) 3 years ago
anand76 57997ddaaf Multi file concurrency in MultiGet using coroutines and async IO (#9968) 3 years ago
Akanksha Mahajan 3653029dda Add stats related to async prefetching (#9845) 3 years ago
Akanksha Mahajan 0b8f885939 Update stats for Read and ReadAsync in random_access_file_reader for async prefetching (#9810) 3 years ago
Alan Paxton b6ad0d958f Fb 9718 verify checksums is ignored (#9767) 3 years ago
Jay Zhuang f4b2500e12 Add last level and non-last level read statistics (#9519) 3 years ago
Brian Chen 93a0e9f3fa Mark destructors as override (#9404) 3 years ago
Zhichao Cao b694cd0e0d Add tiered storage related read bytes stats to Statistic (#9123) 3 years ago
Peter Dillinger 82afa01815 Some API clarifications (#9080) 3 years ago
Jay Zhuang 6b34eb0ebc Add remote compaction read/write bytes statistics (#8939) 4 years ago
mrambacher 272cc77751 Added a default Name method to Statistics (#8918) 4 years ago
mrambacher dc0dc90cf5 Make Statistics a Customizable Class (#8637) 4 years ago
Andrew Kryczka 9308ff366c Bytes read/written stats for `CreateNewBackup*()` (#8819) 4 years ago
Andrew Kryczka 941543721d Bytes read stat for `VerifyChecksum()` and `VerifyFileChecksums()` APIs (#8741) 4 years ago
Levi Tamasi 6878cedcc3 Add statistics support to integrated BlobDB (#8667) 4 years ago
anand76 add68bd28a Add a stat to count secondary cache hits (#8666) 4 years ago
Peter Dillinger df5dc73bec Don't hold DB mutex for block cache entry stat scans (#8538) 4 years ago
Baptiste Lemaire e817bc9628 Added memtable garbage statistics (#8411) 4 years ago
mrambacher 524b10bd6e Fix spelling in comments in include/rocksdb/ (#8120) 4 years ago
Zhichao Cao 08ec5e7321 Add the statistics and info log for Error handler (#8050) 4 years ago
Akanksha Mahajan 38d0a365e3 Add Stats for MultiGet (#7366) 5 years ago
Yanqin Jin ab202e8d72 Add a new stats level to exclude tickers (#7329) 5 years ago
Aaron Kabcenell 56ed601df3 Compaction Read/Write Stats by Compaction Type (#7165) 5 years ago
Akanksha Mahajan 2677bd5967 Add logs and stats in DeleteScheduler (#6927) 5 years ago
Peter Dillinger 249eff0f30 Stats for redundant insertions into block cache (#6681) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Levi Tamasi 9e3ace42a4 Add statistics for BlobDB GC (#6296) 5 years ago
Maysam Yabandeh c4bc30e12d Implement PinnableSlice::remove_prefix (#6330) 5 years ago
kim.sanghyun faebc336da Fixed spelling in function comments (#6248) 5 years ago
Maysam Yabandeh 208556ee13 WritePrepared: fix Get without snapshot (#5664) 6 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 6 years ago
Zhongyi Xie 94c78b11e4 improve comments for statistics.h 6 years ago
anand76 fefd4b98c5 Introduce a new MultiGet batching implementation (#5011) 6 years ago
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Siying Dong aef763b6d6 Make statistics's stats_level change thread-safe (#5030) 6 years ago
Siying Dong 5e298f865b Add two more StatsLevel (#5027) 6 years ago
Adam Retter bb474e9a02 Add missing functionality to RocksJava (#4833) 6 years ago
Zhongyi Xie c4f5d0aa15 add GetStatsHistory to retrieve stats snapshots (#4748) 6 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 6 years ago
Andrew Kryczka 8ec3e72551 Cache dictionary used for decompressing data blocks (#4881) 6 years ago
Adam Singer a914a1c6dc Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. (#4742) 6 years ago
Adam Singer d6dfe516ff Synchronize ticker and histogram metrics for Java API (#4733) 6 years ago
Adam Singer 1db4a096d4 Test mapping of Histograms and HistogramsNameMap (#4720) 6 years ago