Commit Graph

806 Commits (349db9049732ad1f6c7466483b4e79c8817730dd)

Author SHA1 Message Date
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Dmitri Smirnov 879998b369 Adjust c test and fix windows compilation issues 6 years ago
Andrew Kryczka c94523ee56 Delete code for WAL reader to start at nonzero offset (#4362) 6 years ago
kckjn97 902261519e correct mistyped msg. (#4341) 6 years ago
Maysam Yabandeh 3f5282268f Skip concurrency control during recovery of pessimistic txn (#4346) 6 years ago
Andrew Kryczka 2c14662213 Revert "Digest ZSTD compression dictionary once per SST file (#4251)" (#4347) 6 years ago
Andrew Kryczka 1a88c43751 Reduce empty SST creation/deletion in compaction (#4336) 6 years ago
Zhongyi Xie 1cf17ba53b Rename DecodeCFAndKey to resolve naming conflict in unity test (#4323) 6 years ago
Shrikanth Shankar 4848bd0c4e Drop unnecessary deletion markers during compaction (issue - 3842) (#4289) 6 years ago
Yanqin Jin 8022500ecc Add compatibility test of SST ingestion (#4310) 6 years ago
Andrew Kryczka e7bb8e9b92 Fix clang build of db_stress (#4312) 6 years ago
Andrew Kryczka 6c40806e51 Digest ZSTD compression dictionary once per SST file (#4251) 6 years ago
Andrew Kryczka ee234e83e3 Invoke OnTableFileCreated for empty SSTs (#4307) 6 years ago
zhichao-cao cf7150ac2e Add the unit test of Iterator to trace_analyzer_test (#4282) 6 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 6 years ago
Fenggang Wu 9d646a6311 Add db_bench options of data block hash index (#4281) 6 years ago
Siying Dong 9c0c8f5ff6 GetAllKeyVersions() to take an extra argument of `max_num_ikeys`. (#4271) 6 years ago
Zhichao Cao 8ae2bf5331 Fix the build and test bugs in the Trace_analyzer (#4274) 6 years ago
Anand Ananthabhotla bf07e90cf2 Fix db_stress assertion failures on 0 byte SSTs (#4273) 6 years ago
Maysam Yabandeh d122025891 Extend stress test to format_version 4 (#4265) 6 years ago
Zhichao Cao 999d955e4f RocksDB Trace Analyzer (#4091) 6 years ago
Yanqin Jin 1b1d264342 Remove an assersion about file size (#4268) 6 years ago
Yanqin Jin b271f956c2 Fix a TSAN failure (#4250) 6 years ago
Dmitri Smirnov ab22cf349e Implement Env::NumFileLinks (#4221) 6 years ago
Yanqin Jin de7f423a82 Add SST ingestion to ldb (#4205) 6 years ago
Andrew Kryczka 7a9a164276 Fix db_bench default compression level (#4248) 6 years ago
Andrew Kryczka 6175b4b294 Support dictionary compression in stress/crash tests (#4234) 6 years ago
Sagar Vemuri fefdac1004 Fix lite build failure in db_bench due to trace/replay (#4225) 6 years ago
Pooja Malik 9dbf39399e Rules Advisor: some fixes to support fetching stats from ODS (#4223) 6 years ago
Pooja Malik 892a156267 Advisor: README and blog, and also tests for DBBenchRunner, DatabaseOptions (#4201) 6 years ago
Sagar Vemuri 12b6cdeed3 Trace and Replay for RocksDB (#3837) 6 years ago
Yanqin Jin 8abafb1feb Generalize parameters generation. (#4046) 6 years ago
Yanqin Jin 54de56844d Remove random writes from SST file ingestion (#4172) 6 years ago
DorianZheng f5e46354d2 Protect external file when ingesting (#4099) 6 years ago
Pooja Malik 134a52e144 Optimizer's skeleton: use advisor to optimize config options (#4169) 6 years ago
Siying Dong 4b0a43574a db_stress to cover upper bound in iterators (#4162) 6 years ago
Zhichao Cao 6811fb0658 Fixed the db_bench MergeRandom only access CF_default (#4155) 6 years ago
Siying Dong a5e851e113 Reformatting some recent changes (#4161) 6 years ago
Pooja Malik 1857576e03 db_bench support for OPTIONS+bloom and nicer output for perf_context (#4153) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Zhongyi Xie 23b76252c8 db_bench: enable setting cache_size when loading options file 6 years ago
Zhongyi Xie de98fd88e3 Support compaction filter in db_bench (#4106) 6 years ago
Andrew Kryczka 97fe23fc5c Fix unsigned int flag in db_bench (#4129) 6 years ago
Andrew Kryczka 63904434eb db_bench periodically dump stats to info log (#4109) 6 years ago
Manuel Ung b9846370e9 WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078) 6 years ago
Maysam Yabandeh 235ab9dd32 Pin mmap files in ReadOnlyDB (#4053) 6 years ago
Peter (Stig) Edwards 2694b6dc26 Remove unused imports, from python scripts. (#4057) 6 years ago
Yanqin Jin 2729dd72ad Reclaim memory allocated to backup_engine. 6 years ago
Maysam Yabandeh 80ade9ad83 Pin top-level index on partitioned index/filter blocks (#4037) 6 years ago
Yi Wu c726f7fda8 Fix dangling checkpoint pointer in db_stress (#4042) 6 years ago