Commit Graph

15 Commits (19e3ee64ac6e1bd10bb9d289c11ca0e9d4143ede)

Author SHA1 Message Date
kailiu b1d2de4a40 Fix #26 by putting the implementation of CreateDBStatistics() to a cc file 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 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
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton 74781a0c49 Add three new MemTableRep's 11 years ago
Mayank Agarwal 387ac0f1e1 Expose statistic for sequence number and implement setTickerCount 11 years ago
Haobo Xu c2e2460f8a [RocksDB] Expose DBStatistics 11 years ago
Abhishek Kona 446151cd20 [Rocksdb] Remove unused double apis to record into histograms 11 years ago
Abhishek Kona a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens 12 years ago
Abhishek Kona fe10200ddc Introduce histogram in statistics.h 12 years ago
Abhishek Kona 16903c35b0 Add counters to count gets and writes 12 years ago
Dhruba Borthakur 9c6c232e47 Compilation error while compiling with OPT=-g 12 years ago
Abhishek Kona 391885c4e4 stat's collection in leveldb 12 years ago
Dhruba Borthakur f50ece60c7 Fix table-cache size bug, gather table-cache statistics and prevent readahead done by fs. Summary: 12 years ago