Commit Graph

298 Commits (ae29495e4b8496dc6111d5c95f5c22be2d5c5d62)

Author SHA1 Message Date
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 11 years ago
Mark Callaghan d9f538e1a9 Improve output for GetProperty('leveldb.stats') 11 years ago
Haobo Xu 2df65c118c [RocksDB] Dump counters and histogram data periodically with compaction stats 11 years ago
Haobo Xu ef15b9d178 [RocksDB] Fix MaybeDumpStats 11 years ago
Haobo Xu 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. 11 years ago
Abhishek Kona 988c20b9f7 [RocksDB] Clear Archive WAL files 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Haobo Xu 645ff8f231 Let's get rid of delete as much as possible, here are some examples. 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 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
Abhishek Kona 959337ed5b Measure compaction time. 12 years ago
amayank b2c50f1c3f Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 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
Dhruba Borthakur f4c2b7cf97 Enhance ReadOnly mode to process the all committed transactions. 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 62e7583f94 enhance dbstress to simulate hard crash 12 years ago
heyongqiang 3fcf533ed0 Add a readonly db 12 years ago
Abhishek Kona 4e413df3d0 Flush Data at object destruction if disableWal is used. 12 years ago
Mark Callaghan 70c42bf05f Adds DB::GetNextCompaction and then uses that for rate limiting db_bench 12 years ago
Mark Callaghan e7206f43ee Improve statistics 12 years ago
Dhruba Borthakur 4c107587ed Delete files outside the mutex. 12 years ago
Dhruba Borthakur f95219fb32 Delete files outside the mutex. 12 years ago
Dhruba Borthakur 64c4b9f0e2 Delete files outside the mutex. 12 years ago
Dhruba Borthakur 1ca0584345 This is the mega-patch multi-threaded compaction 12 years ago
Dhruba Borthakur aa73538f2a The deletion of obsolete files should not occur very frequently. 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 dcbd6be340 remove boost 12 years ago
heyongqiang 0f43aa474e put log in a seperate dir 12 years ago
heyongqiang 6fee5a74f5 Do not spin in a tight loop attempting compactions if there is a compaction error 12 years ago
heyongqiang d3759ca121 fix db_test error with scribe logger turned on 12 years ago
Dhruba Borthakur a098207c95 Fixed unit test c_test by initializing logger=NULL. 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 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 4e4b6812ff Make some variables configurable for each db instance 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat d79762e273 added group commit; drastically speeds up mult-threaded synchronous write workloads 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