Commit Graph

398 Commits (5c930905301fce2363257a8be895a878182a63f6)

Author SHA1 Message Date
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
Dhruba Borthakur 24fc379273 An public api to fetch the latest transaction id. 12 years ago
Abhishek Kona 1c6742e32f Refactor GetArchivalDirectoryName to filename.h 12 years ago
Abhishek Kona 8055008909 GetUpdatesSince API to enable replication. 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago
Dhruba Borthakur 9a357847eb Delete non-visible keys during a compaction even in the presense of snapshots. 12 years ago
Dhruba Borthakur 74054fa993 Fix compilation error while compiling unit tests with OPT=-g 12 years ago
amayank 65b035a47f Fix a coding error in db_test.cc 12 years ago
amayank de278a6de9 Fix a coding error in db_test.cc 12 years ago
Dhruba Borthakur 5d16e503a6 Improved CompactionFilter api: pass in a opaque argument to CompactionFilter invocation. 12 years ago
Abhishek Kona 4e413df3d0 Flush Data at object destruction if disableWal is used. 12 years ago
Dhruba Borthakur aa42c66814 Fix all warnings generated by -Wall option to the compiler. 12 years ago
Dhruba Borthakur 5273c81483 Ability to invoke application hook for every key during compaction. 12 years ago
Dhruba Borthakur a1bd5b7752 Compilation problem introduced by previous 12 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
heyongqiang fb8d437325 fix test failure 12 years ago
heyongqiang 925f60d39d add a test case to make sure chaning num_levels will fail Summary: 12 years ago
Dhruba Borthakur 321dfdc3ae Allow having different compression algorithms on different levels. 12 years ago
Dhruba Borthakur de7689b1d7 Fix unit test failure caused by delaying deleting obsolete files. 12 years ago
Dhruba Borthakur 8eedf13a82 Fix unit test failure caused by delaying deleting obsolete files. 12 years ago
Dhruba Borthakur c1bb32e1ba Trigger read compaction only if seeks to storage are incurred. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 12 years ago
heyongqiang 0f43aa474e put log in a seperate dir 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
heyongqiang 6fee5a74f5 Do not spin in a tight loop attempting compactions if there is a compaction error 12 years ago
Dhruba Borthakur e56b2c5a31 Prevent concurrent multiple opens of leveldb database. 12 years ago
heyongqiang 20ee76bd34 use ts as suffix for LOG.old files 12 years ago
heyongqiang 22ee777f68 add flush interface to DB 12 years ago
heyongqiang a347d4ac0d add disable WAL option 12 years ago
heyongqiang 4e4b6812ff Make some variables configurable for each db instance 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat 3c8be108bf fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 13 years ago
Hans Wennborg 42fb47f6ed Pass system's CFLAGS, remove exit time destructor, sstable bug fix. 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
Gabor Cselle 299ccedfec A number of bugfixes: 13 years ago
gabor@google.com 7263023651 Bugfixes: for Get(), don't hold mutex while writing log. 13 years ago
gabor@google.com ab323f7e1e Bugfixes for iterator and documentation. 13 years ago
gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. 13 years ago