Commit Graph

27 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
mrambacher 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 3 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Siying Dong aef763b6d6 Make statistics's stats_level change thread-safe (#5030) 5 years ago
Siying Dong 5e298f865b Add two more StatsLevel (#5027) 5 years ago
Zhongyi Xie 91d7c03cdc Exclude time waiting for rate limiter from rocksdb.sst.read.micros (#4102) 6 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Islam AbdelRahman d52f334cbd Break stalls when no bg work is happening 7 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 9 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Siying Dong 237a3da677 StopWatch not to get time if it is created for statistics and it is disabled 11 years ago
Siying Dong 5575316350 StopWatch not to get time if it is created for statistics and it is disabled 11 years ago
Haobo Xu 5b825d6964 [RocksDB] Use raw pointer instead of shared pointer when passing Statistics object internally 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
Haobo Xu f2f4c8072f [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Abhishek Kona e1174306c5 [RocksDB] Simplify StopWatch implementation 11 years ago
Abhishek Kona 63f216ee0a memory manage statistics 11 years ago
Abhishek Kona fe10200ddc Introduce histogram in statistics.h 12 years ago