Commit Graph

176 Commits (8fa4d108a24617c0e0b98b1ed224fe444e7e9a76)

Author SHA1 Message Date
Dmitri Smirnov 8fa4d108a2 Try to switch to Stduio 2017 7 years ago
Andrew Kryczka 7fbb9eccaf support disabling checksum in block-based table 7 years ago
yiwu-arbug c1384a7076 fix db_stress uint64_t to int32 cast 7 years ago
Andrew Kryczka 23593171c4 minor improvements to db_stress 7 years ago
Andrew Kryczka 7aa96db7a2 db_stress rolling active window 7 years ago
Siying Dong c281b44829 Revert "CRC32 Power Optimization Changes" 7 years ago
Kamalalochana Subbaiah 2289d38115 CRC32 Power Optimization Changes 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Aaron Gao 135ee6a3fc fix tsan crash data race 7 years ago
Sagar Vemuri 85b8569ae8 Fix release build on Linux 7 years ago
Aaron Gao 3e86c0f07c disable direct reads for log and manifest and add direct io to tests 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Aaron Gao e7d902e693 add direct_io and compaction_readahead_size in db_stress 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
Andrew Kryczka 2c2ba68247 db_stress support for range deletions 8 years ago
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Islam AbdelRahman 557748ff7b Fix db_stress failure (pass merge_operator even if not used) 8 years ago
sdong d4c45428af db_stress shouldn't assert file size 0 if file creation fails 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Islam AbdelRahman 029022b0f1 Fix crash_test 8 years ago
Yueh-Hsuan Chiang ad573b9027 Temporarily disable CompactFiles in db_stress in its default setting 8 years ago
Yueh-Hsuan Chiang 644f978c18 Fix RocksDB Lite build in db_stress 8 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 8 years ago
Yueh-Hsuan Chiang 6cbffd50d0 Enable testing CompactFiles in db_stress 8 years ago
Yueh-Hsuan Chiang a2466c8851 [db_stress] Make subcompaction random in crash_test 8 years ago
Laurent Demailly 21700a5106 to/from hex refactor 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong 2608219cc9 crash_test: cover concurrent memtable insert in default crash test 9 years ago
sdong 34a40bf911 Add --allow_concurrent_memtable_write in stress test and run it in crash_test 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
yuslepukhin 78de0c9222 Fix up VS 15 build. 9 years ago
sdong e1a5ff857b Allow users to disable some kill points in db_stress 9 years ago
Yueh-Hsuan Chiang a263002a36 Fixed a tsan warning in db_stress.cc 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Dmitry Marakasov 4b0b0201c9 Fix `integer overflow in expression' error 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
Ari Ekmekji f0da6977a3 [Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own State 9 years ago
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 9 years ago
Andres Noetzli bd852bf118 Fixed typos in db_stress 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago