Commit Graph

305 Commits (56e77f09676d2e169e817090b889fc6418d34f37)

Author SHA1 Message Date
Dhruba Borthakur 4012ca1c7b Added a parameter to limit the maximum space amplification for universal compaction. 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton 74781a0c49 Add three new MemTableRep's 11 years ago
Xing Jin af732c7ba8 Add universal compaction to db_stress nightly build 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Deon Nicholas ad48c3c262 Benchmarking for Merge Operator 11 years ago
Tyler Harter 85d83a150b Update crashtests to match D12267 11 years ago
Xing Jin 0a5afd1afc Minor fix to current codes 11 years ago
Tyler Harter 7612d496ff Add prefix scans to db_stress (and bug fix in prefix scan) 11 years ago
Haobo Xu 58a0ae06dc [RocksDB] Improve sst_dump to take user key range 11 years ago
Mayank Agarwal 1d7b4765c3 Expose base db object from ttl wrapper 11 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 11 years ago
Mayank Agarwal f3baeecd44 Adding filter_deletes to crash_tests run in jenkins 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Mayank Agarwal 821889e207 Print complete statistics in db_stress 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
Haobo Xu 0f78fad9f5 [RocksDB] add back --mmap_read options to crashtest 11 years ago
Haobo Xu 96be2c4ee0 [RocksDB] Add mmap_read option for db_stress 11 years ago
Dhruba Borthakur 836534debd Enhance dbstress to allow specifying compaction trigger for L0. 11 years ago
Haobo Xu 0c2a2dd5e8 [RocksDB] Fix build. Removed deprecated option --mmap_read from db_crashtest 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Mayank Agarwal 7a6bd8e975 Modifying options to db_stress when it is run with db_crashtest 11 years ago
Vamsi Ponnekanti 3bb9449906 [Fix whilebox crash test failure] 11 years ago
Vamsi Ponnekanti 5cf7a00bda [Make most of the changes suggested by Aaron] 11 years ago
Haobo Xu c2e2460f8a [RocksDB] Expose DBStatistics 11 years ago
Vamsi Ponnekanti 760dd4750f [Kill randomly at various points in source code for testing] 11 years ago
Mayank Agarwal 3827403c51 Check to db_stress to not allow disable_wal and reopens set together 11 years ago
Mayank Agarwal 15ccd10c7f A nit to db_stress to terminate generated value at proper length 11 years ago
Mayank Agarwal 8a48410f09 Enhance the ldb tool to support ttl databases 11 years ago
Mayank Agarwal d786b25e2d Timestamp and TTL Wrapper for rocksdb 12 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 12 years ago
Abhishek Kona dae7379050 [RocksDB] Expose LDB functioanality as a library call - clients can build their own LDB binary with additional options 12 years ago
Mayank Agarwal f51b375062 Printing the options that db_crashtest.py is run with 12 years ago
Mayank Agarwal faa32a72a6 Invoke crash test from the Makefile 12 years ago
Mayank Agarwal 9b3134f5ca Make provision for db_stress to work with a pre-existing dir 12 years ago
Mayank Agarwal 26f68d3939 db_stress #reopens should be less than ops_per_thread 12 years ago
Vamsi Ponnekanti 2b9a360c8b [Getting warning while running db_crashtest] 12 years ago
Mayank Agarwal e937d47180 Python script to periodically run and kill the db_stress test 12 years ago
Abhishek Kona 63f216ee0a memory manage statistics 12 years ago
Simon Marlow a8bf8fe504 Integrate the manifest_dump command with ldb 12 years ago
Abhishek Kona 91660e048f [Rocksdb] codemod NULL to nullptr in tools/*.cc 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Mayank Agarwal 4e581c6ab4 Fix ldb_test.py to hide garbage from std output 12 years ago
Vamsi Ponnekanti 8ade935971 [Report the #gets and #founds in db_stress] 12 years ago
amayank 3b6653b1f8 Make db_stress Not purge redundant keys on some opens 12 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 12 years ago