Commit Graph

80 Commits (43f5a079892607cbda31331ac2b0269fb85cd5fb)

Author SHA1 Message Date
sheki 43f5a07989 Remove unused varibles. Cause compiler warnings. 12 years ago
Dhruba Borthakur fbb73a4ac3 Support to disable background compactions on a database. 12 years ago
Dhruba Borthakur 62e7583f94 enhance dbstress to simulate hard crash 12 years ago
Dhruba Borthakur 5d16e503a6 Improved CompactionFilter api: pass in a opaque argument to CompactionFilter invocation. 12 years ago
Abhishek Kona 0f8e4721a5 Metrics: record compaction drop's and bloom filter effectiveness 12 years ago
heyongqiang 20d18a89a3 disable size compaction in ldb reduce_levels and added compression and file size parameter to it 12 years ago
Dhruba Borthakur 95dda37858 Move filesize-based-sorting to outside the Mutex 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
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
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 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 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