Commit Graph

633 Commits (c465509379d72068c19b55dbc69bf08d8c387fbe)

Author SHA1 Message Date
Andrew Kryczka fcb31016e9 Avoid single-deleting merge operands in db_stress 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Yanqin Jin a0c7b4d526 Set the default value of max_manifest_file_size. 6 years ago
Sagar Vemuri ebb823f746 Fix db_stress build on mac 6 years ago
Andrew Kryczka 072ae671a7 Apply use_direct_io_for_flush_and_compaction to writes only 6 years ago
Andrew Kryczka d19f568abf Refactor argument handling in db_crashtest.py 6 years ago
Andrew Kryczka 4c5a3232e4 Fix db_stress memory leak ASAN error 6 years ago
Zhongyi Xie a703432808 MaxFileSizeForLevel: adjust max_file_size for dynamic level compaction 6 years ago
Dmitri Smirnov acb61b7a52 Adjust pread/pwrite to return Status 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Zhongyi Xie 459bb9028f remove prefixscanrandom from db_bench help 6 years ago
Andrew Kryczka db36f222d8 Allow options file in db_stress and db_crashtest 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 6 years ago
Zhongyi Xie 8a9c7f71c9 fix compilation error: implicit conversion loses integer precision 7 years ago
Maysam Yabandeh 6d06be22c0 Improve db_stress with transactions 7 years ago
Yanqin Jin 2ee1496c43 Add missing whitespace. 7 years ago
Yi Wu 2c2f388897 db_bench fillXXXdeterministic should respect compression type 7 years ago
Zhongyi Xie af95aecd01 use delete[] to dealloc an array 7 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 7 years ago
Amy Tai 28087acd79 Implemented Knuth shuffle to construct permutation for selecting no_o… 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Maysam Yabandeh eb5a295440 WritePrepared Txn: add write_committed option to dump_wal 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Yi Wu 36a9f22931 Blob DB: blob_dump to show uncompressed values 7 years ago
Andrew Kryczka b058a33705 Reduce default --nooverwritepercent in black-box crash tests 7 years ago
Anand Ananthabhotla f9f4d40f93 Align SST file data blocks to avoid spanning multiple pages 7 years ago
Sagar Vemuri a993c0139d Add 5.11 and 5.12 to tools/check_format_compatible.sh 7 years ago
Siying Dong 6383e42362 benchmark.sh to use --max_background_job 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Yi Wu b864bc9b5b Blob DB: Improve FIFO eviction 7 years ago
Pooya Shareghi 0a2354ca8f Added bytes XOR merge operator 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Maysam Yabandeh d060421c77 Fix a leak in prepared_section_completed_ 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Andrew Kryczka 1960e73e21 fix handling of empty string as checkpoint directory 7 years ago
Yi Wu 989d12313c Legocastle job to report lite build binary size to scuba 7 years ago
Andrew Kryczka 0a0fad447b db_bench separate options for partition index and filters 7 years ago
Chinmay Kamat 9fc72d6f16 Compilation fixes for powerpc build, -Wparentheses-equality error and missing header guards 7 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 7 years ago
Siying Dong e2d4b0efb1 db_bench: sanity check CuckooTable with mmap_read option 7 years ago
Mark Isaacson b8eb32f8cf Suppress lint in old files 7 years ago
Andrew Kryczka 9f7ccc8445 fix db_bench filluniquerandom key count assertion 7 years ago
Andrew Kryczka 0e6e405fec db_bench support for memtable in-place update 7 years ago
Siying Dong 47ad6b81ff Add 5.10.fb to tools/check_format_compatible.sh 7 years ago
Anand Ananthabhotla 199405192d Add a BlockBasedTableOption to turn off index block compression. 7 years ago
Yi Wu 46ec52499e Fix db_bench write being disabled in lite build 7 years ago
Maysam Yabandeh 00b33c2474 WritePrepared Txn: address some pending TODOs 7 years ago