Commit Graph

264 Commits (714fcc067dfe0cfab71383e4bb97db3942f4d6cb)

Author SHA1 Message Date
sdong bc68bd5a13 db_bench to support rate limiter 9 years ago
Yueh-Hsuan Chiang 77a5a543a5 Allow GetThreadList() to report basic compaction operation properties. 9 years ago
Mark Callaghan b6b100fe04 Remove iter_refresh_interval_us 9 years ago
Mark Callaghan ed229a0dee Fixes for readcache-flashcache 9 years ago
Yoshinori Matsunobu f12614070f Fix TSAN build error of D36447 9 years ago
Yoshinori Matsunobu 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd 9 years ago
Mark Callaghan 1bd70fb54a Add --stats_interval_seconds to db_bench 9 years ago
Mark Callaghan 99ec2412e5 Make the benchmark scripts configurable and add tests 9 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 9 years ago
Alexander.Mikhaylov a3e4b32483 fix compilation error (same as fix #284) 9 years ago
Yueh-Hsuan Chiang 248c063ba1 Report elapsed time in micros in ThreadStatus instead of start time. 9 years ago
Mark Callaghan dfccc7b4e2 Add readwhilemerging benchmark 9 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 9 years ago
Igor Canadi 417367c42d Fix SIGSEGV when not using cache 9 years ago
Igor Canadi f690712652 Speed up db_bench shutdown 9 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 9 years ago
Islam AbdelRahman 1d43bc41fb Fixing segmentation fault in db_bench 9 years ago
sdong 2884b100ba db_bench: Better way to randomize repeated read keys in -read_random_exp_range 9 years ago
Yueh-Hsuan Chiang 89597bb66b Allow GetThreadList() to report the start time of the current operation. 9 years ago
sdong 37921b4997 db_bench: Add Option -read_random_exp_range to allow read skewness. 9 years ago
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Mark Callaghan 182b4ceacd Limit key range to number of keys, not number of writes 9 years ago
Igor Sugak 73711f956c rocksdb: Fix scan-build bug 'Memory leak' in db/db_bench.cc 10 years ago
Igor Canadi ae82849bc9 Fix build failure 10 years ago
Igor Canadi 423dee8418 Abort db_bench if Get() returns error 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Igor Canadi 15d2abbec3 Fix build issues 10 years ago
Leonidas Galanis 9d5bd411be benchmark.sh won't run through all tests properly if one specifies wal_dir to be different than db directory. 10 years ago
sdong e9ca358157 Fix CLANG build for db_bench 10 years ago
sdong a801c1fb09 db_bench --num_hot_column_families to be default off 10 years ago
sdong ddc81440d5 db_bench to add an option as number of hot column families to add to 10 years ago
Igor Canadi 0acc738810 Speed up FindObsoleteFiles() 10 years ago
Leonidas Galanis 635c61fd3b Fix problem with create_if_missing option when wal_dir is used 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
sdong 3a40c427b9 Fix db_bench on CLANG mode 10 years ago
Igor Canadi cd278584c9 Clean up StringSplit 10 years ago
sdong a177742a9b Make db_stress built for ROCKSDB_LITE 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Tomislav Novak 35c8c814e8 Make ForwardIterator::status() more efficient 10 years ago
Shi Feng ea18b944a7 Add db_bench option --report_file_operations 10 years ago
Igor Canadi b680033e63 Include atomic in env_test 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
sdong 2a8e5203d8 db_bench: --batch_size used for write benchmarks too 10 years ago
sdong 5bfb7f5d0b db_bench: seekrandom can specify --seek_nexts to read specific keys after seek. 10 years ago
sdong b7d3d6ebc5 db_bench: set thread pool size according to max_background_flushes 10 years ago
Tomislav Novak 88edfd90ae SkipListRep::LookaheadIterator 10 years ago
mike@arpaia.co f0f7955497 Fixing comile errors on OS X 10 years ago