Commit Graph

154 Commits (043fc14c3e4d3d829a1468be29bce5eb4a8802b9)

Author SHA1 Message Date
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
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Jim Paton 0307c5fe3a Implement log blobs 11 years ago
Tyler Harter f5f1842282 Prefix filters for scans (v4) 11 years ago
sumeet 3b81df34bd Separate compaction filter for each compaction 11 years ago
Dhruba Borthakur 93d77a27d2 Universal Compaction should keep DeleteMarkers unless it is the earliest file. 11 years ago
Xing Jin 8ae905ed63 Fix unit tests for universal compaction (step 2) 11 years ago
Xing Jin 17b8f786a3 Fix unit tests/bugs for universal compaction (first step) 11 years ago
Jim Paton 1036537c94 Add soft and hard rate limit support 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
Haobo Xu 9ee68871dc [RocksDB] Enable manual compaction to move files back to an appropriate level. 11 years ago
Mayank Agarwal e9b675bd94 Fix memory leak in KeyMayExist test part of db_test 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 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 bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Deon Nicholas db1f0cddf3 Fixed valgrind errors 11 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 11 years ago
Dhruba Borthakur 898f79372f Fix valgrind errors introduced by https://reviews.facebook.net/D10863 11 years ago
Haobo Xu 4ca3c67bd3 [RocksDB] Cleanup compaction filter to use a class interface, instead of function pointer and additional context pointer. 12 years ago
Haobo Xu 73c0a33346 [RocksDB] fix compaction filter trigger condition 12 years ago
Abhishek Kona 988c20b9f7 [RocksDB] Clear Archive WAL files 12 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 12 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 12 years ago
Haobo Xu b4243e5a3d [RocksDB] CompactionFilter cleanup 12 years ago
Abhishek Kona 574b76f710 [RocksDB][Bug] Look at all the files, not just the first file in TransactionLogIter as BatchWrites can leave it in Limbo 12 years ago
Abhishek Kona ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. 12 years ago
Abhishek Kona 8e9c781ae5 [Rocksdb] Fix Crash on finding a db with no log files. Error out instead 12 years ago
Abhishek Kona 7fdd5f5b33 Use non-mmapd files for Write-Ahead Files 12 years ago
Abhishek Kona 9b70529c86 Disable Unit Test for TransactionLogIteratorStall 12 years ago
Abhishek Kona 27c15fb67e TransactionLogIter should stall at the last record. Currently it errors out 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Mayank Agarwal b1bea58457 Fix more signed-unsigned comparisons 12 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 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
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 12 years ago
Dhruba Borthakur 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Dhruba Borthakur 4564915446 Zero out redundant sequence numbers for kvs to increase compression efficiency 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 3dafdfb2c4 Use fallocate to prevent excessive allocation of sst files and logs 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Abhishek Kona 7d5a4383bb rollover manifest file. 12 years ago
Abhishek Kona 85ad13be1a Port fix for Leveldb manifest writing bug from Open-Source 12 years ago
Kosie van der Merwe 62d48571de Added meta-database support. 12 years ago
Abhishek Kona 2ba866e0c5 GetSequence API in write batch. 12 years ago
Abhishek Kona 22c283625b Fix Bug in Binary Search for files containing a seq no. and delete Archived Log Files during Destroy DB. 12 years ago