Commit Graph

283 Commits (c2868cbc52ca655f5ae28bcd07c4f9fbf0868da9)

Author SHA1 Message Date
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 9 years ago
sdong ee80432ff8 db_bench add an option of --universal_allow_trivial_move 9 years ago
Aaron Feldman 2c8de0ecae Update --help message in db_bench. 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Aaron Feldman 1f4d565709 Add db_bench flag to set cache_index_and_filter_blocks 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 9 years ago
Igor Canadi 2dc3910b5e Add --benchmark_write_rate_limit option to db_bench 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
Igor Canadi d59d90bb1f db_bench periodically writes QPS to CSV file 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
sdong e409d3d745 Make "make all" work for CYGWIN 9 years ago
Igor Canadi 4c181f08bc Fix compile on darwin 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Igor Canadi 7a3577519f Don't artificially inflate L0 score 9 years ago
Mark Callaghan 944043d683 Add --wal_bytes_per_sync for db_bench and more IO stats 9 years ago
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 10 years ago
Yoshinori Matsunobu f12614070f Fix TSAN build error of D36447 10 years ago
Yoshinori Matsunobu 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd 10 years ago
Mark Callaghan 1bd70fb54a Add --stats_interval_seconds to db_bench 10 years ago
Mark Callaghan 99ec2412e5 Make the benchmark scripts configurable and add tests 10 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 10 years ago
Alexander.Mikhaylov a3e4b32483 fix compilation error (same as fix #284) 10 years ago
Yueh-Hsuan Chiang 248c063ba1 Report elapsed time in micros in ThreadStatus instead of start time. 10 years ago
Mark Callaghan dfccc7b4e2 Add readwhilemerging benchmark 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 10 years ago
Igor Canadi 417367c42d Fix SIGSEGV when not using cache 10 years ago
Igor Canadi f690712652 Speed up db_bench shutdown 10 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 10 years ago
Islam AbdelRahman 1d43bc41fb Fixing segmentation fault in db_bench 10 years ago
sdong 2884b100ba db_bench: Better way to randomize repeated read keys in -read_random_exp_range 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
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 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
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
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