Commit Graph

33 Commits (11ce6a060e0e4d742c75985ed1405a41f9a814b0)

Author SHA1 Message Date
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
Chip Turner a2dcd79c1e Add optional clang compile mode 12 years ago
Kosie van der Merwe d6e873f22f Added clearer error message for failure to create db directory in DBImpl::Recover() 12 years ago
Dhruba Borthakur 38671c4d54 Fix a race condition while processing tasks by background threads. 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 1ca0584345 This is the mega-patch multi-threaded compaction 12 years ago
Dhruba Borthakur c1006d4276 An configurable option to write data using write instead of mmap. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur 9e84834eb4 Allow a configurable number of background threads. 12 years ago
heyongqiang b85cdca690 add a global var leveldb::useMmapRead to enable mmap Summary: 12 years ago
Mark Callaghan 33323f2111 Remove use of mmap for random reads 12 years ago
Dhruba Borthakur 93f4952089 Ability to switch off filesystem read-aheads 12 years ago
Dhruba Borthakur 4028ae7d31 Do not cache readahead-pages in the OS cache. 12 years ago
Dhruba Borthakur 407727b75f Fix compiler warnings. Use uint64_t instead of uint. 12 years ago
Dhruba Borthakur fc20273e73 Introduce a new method Env->Fsync() that issues fsync (instead of fdatasync). 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 12 years ago
Dhruba Borthakur e56b2c5a31 Prevent concurrent multiple opens of leveldb database. 12 years ago
Dhruba Borthakur 8f293b68a9 Support --bufferedio=[0,1] from db_bench. If bufferedio = 0, then the read code path clears the OS page cache after the IO is completed. The default remains as bufferedio=1 12 years ago
Sanjay Ghemawat 9013f13b15 use mmap on 64-bit machines to speed-up reads; small build fixes 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago
gabor@google.com 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. 13 years ago
dgrogan@chromium.org da79909507 sync with upstream @ 21409451 13 years ago
dgrogan@chromium.org 69c6d38342 reverting disastrous MOE commit, returning to r21 14 years ago
dgrogan@chromium.org b743906eea Revision created by MOE tool push_codebase. 14 years ago
dgrogan@chromium.org b409afe968 chmod a-x 14 years ago
dgrogan@chromium.org f779e7a5d8 @20602303. Default file permission is now 755. 14 years ago
jorlow@chromium.org 4671a695fc Move include files into a leveldb subdir. 14 years ago
jorlow@chromium.org e2da744e12 Upstream changes. 14 years ago
jorlow@chromium.org 0e38925490 Sync in bug fixes 14 years ago
jorlow@chromium.org f67e15e50f Initial checkin. 14 years ago