Commit Graph

58 Commits (d55c2ba305f88106ab37c8981538fc4f0cba9a7e)

Author SHA1 Message Date
heyongqiang 3096fa7534 Add two more options: disable block cache and make table cache shard number configuable 12 years ago
Mark Callaghan 3e7e269292 Use timer to measure sleep rather than assume it is 1000 usecs 12 years ago
Dhruba Borthakur 321dfdc3ae Allow having different compression algorithms on different levels. 12 years ago
Mark Callaghan acc8567b24 Add more rates to db_bench output 12 years ago
Mark Callaghan 70c42bf05f Adds DB::GetNextCompaction and then uses that for rate limiting db_bench 12 years ago
Kai Liu d50f8eb603 Enable LevelDb to create a new log file if current log file is too large. 12 years ago
Mark Callaghan 65855dd8d4 Normalize compaction stats by time in compaction 12 years ago
Mark Callaghan e7206f43ee Improve statistics 12 years ago
Dhruba Borthakur 4c107587ed Delete files outside the mutex. 12 years ago
Dhruba Borthakur aa73538f2a The deletion of obsolete files should not occur very frequently. 12 years ago
Dhruba Borthakur 24eea931ef If ReadCompaction is switched off, then it is better to not even submit background compaction jobs. 12 years ago
Dhruba Borthakur bb2dcd2457 Segfault in DoCompactionWork caused by buffer overflow 12 years ago
Dhruba Borthakur fb4b381a0c Print out the compile version in the LOG. 12 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 12 years ago
Dhruba Borthakur 407727b75f Fix compiler warnings. Use uint64_t instead of uint. 12 years ago
heyongqiang 0f43aa474e put log in a seperate dir 12 years ago
Dhruba Borthakur fe93631678 Clean up compiler warnings generated by -Wall option. 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
heyongqiang d3759ca121 fix db_test error with scribe logger turned on 12 years ago
Dhruba Borthakur fc20273e73 Introduce a new method Env->Fsync() that issues fsync (instead of fdatasync). 12 years ago
heyongqiang 1c99b0a6b3 add more logs 12 years ago
Dhruba Borthakur e5a7c8e580 Log the open-options to the LOG. 12 years ago
Dhruba Borthakur a098207c95 Fixed unit test c_test by initializing logger=NULL. 12 years ago
Dhruba Borthakur f4e7febf22 Record the version of the source repository that was used to build the leveldb library. 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 12 years ago
heyongqiang 680e571c4c add compaction log Summary: 12 years ago
heyongqiang 20ee76bd34 use ts as suffix for LOG.old files 12 years ago
Dhruba Borthakur c3096afd61 Introduce a new option disableDataSync for opening the database. If this is set to true, then the data written to newly created data files are not sycned to disk, instead depend on the OS to flush dirty data to stable storage. This option is good for bulk 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
Dhruba Borthakur 338939e5c1 Print log message when we are throttling writes. 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat 583f1499c0 fix LOCK file deletion to prevent crash on windows 13 years ago
Sanjay Ghemawat d79762e273 added group commit; drastically speeds up mult-threaded synchronous write workloads 13 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 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 e3584f9c28 Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks. 13 years ago
dgrogan@chromium.org a05525d13b @23023120 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
gabor@google.com ccf0fcd5c2 A number of smaller fixes and performance improvements: 13 years ago
hans@chromium.org 80e5b0d944 sync with upstream @21706995 13 years ago
dgrogan@chromium.org 740d8b3d00 Update from upstream @21551990 13 years ago
dgrogan@chromium.org da79909507 sync with upstream @ 21409451 13 years ago
dgrogan@chromium.org ba6dac0e80 @20776309 13 years ago
dgrogan@chromium.org 69c6d38342 reverting disastrous MOE commit, returning to r21 13 years ago