Commit Graph

37 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 7 years ago
sdong ac0e54b4c6 CompactedDB should not be used if there is outstanding WAL files 8 years ago
Islam AbdelRahman 99ffb3d533 Fix perf_context::merge_operator_time_nanos calculation 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Dmytro Ivchenko aa5e3b7c04 PerfContext::ToString() add option to exclude zero counters 9 years ago
Andrew Kryczka acd7d58695 [directory includes cleanup] Remove util->db dependency for ThreadStatusUtil 9 years ago
sdong fb9811ee9b Add a perf context level that doesn't measure time for mutex operations 9 years ago
Yueh-Hsuan Chiang 7062d0ea68 Make perf_context.db_mutex_lock_nanos and db_condition_wait_nanos only measures DB Mutex 9 years ago
Islam AbdelRahman 1fe78a4073 Fix tests failing in ROCKSDB_LITE 9 years ago
Igor Canadi 2511b7d947 Makefile minor cleanup 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 9 years ago
sdong 6d6305dd7d Perf Context to report DB mutex waiting time 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
sdong a177742a9b Make db_stress built for ROCKSDB_LITE 10 years ago
Igor Canadi 68effa0348 Fix -Wshadow for tools 10 years ago
sdong f4086a88b4 perf_context.get_from_output_files_time is set for MultiGet() and ReadOnly DB too. 10 years ago
Igor Canadi 2bad3cb0db Missing includes 10 years ago
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Siying Dong 3e35aa6412 Revert "Allow users to profile a query and see bottleneck of the query" 11 years ago
Siying Dong b135d01e7b Allow users to profile a query and see bottleneck of the query 11 years ago
Siying Dong 3d8ac31d71 Allow users to profile a query and see bottleneck of the query 11 years ago
Haobo Xu 2fb361ad98 [RocksDB] Add perf_context.wal_write_time to track time spent on writing the recovery log. 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 71046971f0 [RocksDB] Added perf counters to track skipped internal keys during iteration 11 years ago
Haobo Xu e0aa19a94e [RocbsDB] Add an option to enable set based memtable for perf_context_test 11 years ago
Haobo Xu 4734dbb742 [RocksDB] Unit test to show Seek key comparison number 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
Haobo Xu d9dd2a1926 [RocksDB] Expose thread local perf counter for low overhead, per call level performance statistics. 11 years ago