Commit Graph

123 Commits (0b1ffe2e1d2db08a0f366a417039eaabf4fed497)

Author SHA1 Message Date
Igor Canadi 56ca8338e5 initialize static const outside of class 11 years ago
Igor Canadi 457c78eb89 [CF] db_stress for column families 11 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Siying Dong 8477255da3 Moving Some includes from options.h to forward declaration 11 years ago
Igor Canadi e832e72b31 Revert "Moving to glibc-fb" 11 years ago
Igor Canadi d24961b65e Moving to glibc-fb 11 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Igor Canadi 469a9f32a7 Fix two nasty use-after-free-bugs 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Kai Liu 88ba331c1a Add the index/filter block cache 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Slobodan Predolac e44976b199 Conversion of db_bench, db_stress and db_repl_stress to use gflags 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal 6b34021fc2 Triggering verify for gets also 11 years ago
Natalie Hildebrandt 7edb92b843 Phase 2 of iterator stress test 11 years ago
Natalie Hildebrandt 433541823c Phase 1 of an iterator stress test 11 years ago
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
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Deon Nicholas ad48c3c262 Benchmarking for Merge Operator 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
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 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 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 bdf1085944 [RocksDB] cleanup EnvOptions 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 d786b25e2d Timestamp and TTL Wrapper for rocksdb 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
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
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 a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens 12 years ago