Commit Graph

295 Commits (0fdb4f1688ebe160944c30c213f5afad4b13fb0f)

Author SHA1 Message Date
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
agiardullo 18db1e4695 better db_bench options for transactions 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Yueh-Hsuan Chiang 8ef0144e2f Add argument --show_table_properties to db_bench 9 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 9 years ago
Andres Noetzli 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
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. 10 years ago
Mark Callaghan b6b100fe04 Remove iter_refresh_interval_us 10 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