Commit Graph

305 Commits (3a6643c2fd16b0078066f50c723a4cc9deed0ad7)

Author SHA1 Message Date
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Dmitri Smirnov 20f57b1715 Enable Windows warnings C4307 C4309 C4512 C4701 9 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 9 years ago
sdong 11c71a365a db_bench: --compaction_pri default should be rocksdb::Options().compaction_pri 9 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 9 years ago
Dmitri Smirnov 1277a48f1b Fix 80 character limit issue. 9 years ago
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management. 9 years ago
Islam AbdelRahman b81b2ec25d Fix benchmarks under ROCKSDB_LITE 9 years ago
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 9 years ago
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