Commit Graph

215 Commits (5273c814835227c85fe26f724f7d5d80c8413a20)
 

Author SHA1 Message Date
Dhruba Borthakur 5273c81483 Ability to invoke application hook for every key during compaction. 12 years ago
heyongqiang f1a7c735b5 fix complie error 12 years ago
heyongqiang d55c2ba305 Add a tool to change number of levels 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 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
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
Mark Callaghan acc8567b24 Add more rates to db_bench output 12 years ago
Dhruba Borthakur de7689b1d7 Fix unit test failure caused by delaying deleting obsolete files. 12 years ago
Mark Callaghan 70c42bf05f Adds DB::GetNextCompaction and then uses that for rate limiting db_bench 12 years ago
Kai Liu 8965c8d0b9 Add the missing util/auto_split_logger.h 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 3a91b78b23 Keep build_detect_platform portable 12 years ago
Mark Callaghan 65855dd8d4 Normalize compaction stats by time in compaction 12 years ago
Mark Callaghan e7206f43ee Improve statistics 12 years ago
Mark Callaghan 51d2adfbeb Fix broken build. Add stdint.h to get uint64_t 12 years ago
Dhruba Borthakur 4c107587ed Delete files outside the mutex. 12 years ago
heyongqiang 5010daa7a8 add "seek_compaction" to log for better debug Summary: 12 years ago
Dhruba Borthakur 507f5aac73 Do not enable checksums for zlib compression. 12 years ago
Dhruba Borthakur cf5adc8016 db_bench was not correctly initializing the value for delete_obsolete_files_period_micros option. 12 years ago
Dhruba Borthakur cd93e82845 Enable SSE when building with fbcode support. 12 years ago
Dhruba Borthakur aa73538f2a The deletion of obsolete files should not occur very frequently. 12 years ago
Dhruba Borthakur 0230866791 Enhance db_bench to allow setting the number of levels in a database. 12 years ago
Dhruba Borthakur 5dc784c233 Fix compilation problem with db_stress when using C11 compiler. 12 years ago
Asad K Awan 24f7983b1f [tools] Add a tool to stress test concurrent writing to levelDB 12 years ago
Thawan Kooburat 696b290821 Add LevelDb's JNI wrapper 12 years ago
Thawan Kooburat fc23714f27 Add LevelDb's Java interface 12 years ago
Dhruba Borthakur f7975ac733 Implement RowLocks for assoc schema 12 years ago
Dhruba Borthakur c1006d4276 An configurable option to write data using write instead of mmap. 12 years ago
Mark Callaghan e678a5947a Add --stats_interval option to db_bench 12 years ago
Mark Callaghan d8763abecd Fix the bounds check for the --readwritepercent option 12 years ago
Mark Callaghan 98804f914f Fix compiler warnings and errors in ldb.c 12 years ago
Dhruba Borthakur a58d48de79 Implement ReadWrite locks for leveldb 12 years ago
Abhishek Kona fec81318b0 Commandline tool to compace LevelDB databases. 12 years ago
Dhruba Borthakur a321d5be9e Implement assocDelete. 12 years ago
Dhruba Borthakur 72c45c66c6 Print the block cache size in the LOG. 12 years ago
Dhruba Borthakur c1bb32e1ba Trigger read compaction only if seeks to storage are incurred. 12 years ago
gjain 92368ab8a2 Add db_dump tool to dump DB keys 12 years ago
Dhruba Borthakur eace74deac Add -fPIC to the shared library builds. Needed by libleveldbjni. 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 26e0ecbd98 Release 1.5.3.fb. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur dd45b8cd8c Keep symbols even for production release. 12 years ago
Dhruba Borthakur 653add3c66 Release 1.5.2.fb 12 years ago
Dhruba Borthakur bb2dcd2457 Segfault in DoCompactionWork caused by buffer overflow 12 years ago
Dhruba Borthakur 9e84834eb4 Allow a configurable number of background threads. 12 years ago
Dhruba Borthakur fb4b381a0c Print out the compile version in the LOG. 12 years ago