Commit Graph

1596 Commits (618d07b06860ba9d776d2bc768f4c33f08f18526)

Author SHA1 Message Date
Yueh-Hsuan Chiang 248c063ba1 Report elapsed time in micros in ThreadStatus instead of start time. 10 years ago
Yueh-Hsuan Chiang a057bb2a8e Improve ThreadStatusSingleCompaction 10 years ago
sdong 38d286f146 Clean-up WAL directory before running db_test 10 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 10 years ago
Igor Canadi b088c83e6e Don't delete files when column family is dropped 10 years ago
Igor Canadi 52e0f3353f Clean up compactions_in_progress_ 10 years ago
Igor Sugak 6b626ff24c rocksdb: change db_test::MultiThreadedDBTest as value parameterized test. 10 years ago
sdong 0831a35994 Add a DB Property For Number of Deletions in Memtables 10 years ago
Mark Callaghan dfccc7b4e2 Add readwhilemerging benchmark 10 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 10 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 10 years ago
Venkatesh Radhakrishnan 98c37fda5d Remove unused parameter in CancelAllBackgroundWork 10 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 10 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 10 years ago
Mark Callaghan 56337faf3e Fix compaction IO stats to handle large file counts 10 years ago
Igor Canadi c6967a1a5e Make RecordIn/RecordOut human readable 10 years ago
Mark Callaghan c8da670325 Stop printing per-level stall times. 10 years ago
Yueh-Hsuan Chiang 12134139e3 Fixed the unit-test issue in PreShutdownCompactionMiddle 10 years ago
Yueh-Hsuan Chiang fd1b3f385a Fix the issue in PreShutdownMultipleCompaction 10 years ago
Igor Canadi 417367c42d Fix SIGSEGV when not using cache 10 years ago
Venkatesh Radhakrishnan e25ff039c8 Prevent slowdowns and stalls in PreShutdown tests 10 years ago
Igor Canadi f690712652 Speed up db_bench shutdown 10 years ago
Yueh-Hsuan Chiang c1b3cde18a Improve the robustness of ThreadStatusSingleCompaction 10 years ago
Yueh-Hsuan Chiang 8c12426c93 Fix the deadlock issue in ThreadStatusSingleCompaction. 10 years ago
sdong b16ead531d DBTest.DynamicLevelCompressionPerLevel should not run without snappy support 10 years ago
Yueh-Hsuan Chiang a5e60bafc2 Fix a typo / test failure in ThreadStatusSingleCompaction 10 years ago
Igor Canadi cb2c91850c Don't run some tests is snappy is not present 10 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 10 years ago
Igor Canadi 52d8347a91 EventLogger 10 years ago
Islam AbdelRahman 9d22a1f136 Allow negative Wnew 10 years ago
Venkatesh Radhakrishnan b411d06031 Prevent stalls in preshutdown tests 10 years ago
Islam AbdelRahman 1d43bc41fb Fixing segmentation fault in db_bench 10 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 10 years ago
Yueh-Hsuan Chiang 2b785d76b8 Fixed a bug where CompactFiles won't delete obsolete files until flush. 10 years ago
sdong 2884b100ba db_bench: Better way to randomize repeated read keys in -read_random_exp_range 10 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 10 years ago
Igor Canadi 2ddf53b2ca Get OptimizeFilterForHits work on Mac 10 years ago
Yueh-Hsuan Chiang 89597bb66b Allow GetThreadList() to report the start time of the current operation. 10 years ago
sdong 37921b4997 db_bench: Add Option -read_random_exp_range to allow read skewness. 10 years ago
Igor Canadi 485ac0dbd0 Add rate_limiter to string options 10 years ago
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 10 years ago
Yueh-Hsuan Chiang 694988b627 Fix a bug in stall time counter. Improve its output format. 10 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 10 years ago
Mark Callaghan c4bd03a97e Fix typo in log message 10 years ago
Igor Canadi 3cf7f353d9 Instrument memtable seeks 10 years ago
Sameet Agarwal e7c434c364 Add columnfamily option optimize_filters_for_hits to optimize for key hits only 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Mark Callaghan 182b4ceacd Limit key range to number of keys, not number of writes 10 years ago