Commit Graph

1109 Commits (48081777f3ced2f315c9ba4807f6dfc9dd7c81e7)

Author SHA1 Message Date
sdong 48081777f3 Revert "Include candidate files under options.db_log_dir in FindObsoleteFiles()" 10 years ago
Yueh-Hsuan Chiang 0138b8eba8 Fixed compile errors (signed / unsigned comparison) in cuckoo_table_db_test on Mac 10 years ago
Yueh-Hsuan Chiang 1562653ba0 Fixed a signed-unsigned comparison error in db_test 10 years ago
Lei Jin 218857b3f5 remove tailing_iter.h/cc 10 years ago
Lei Jin 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled 10 years ago
Stanislau Hlebik 2fa643466d Add scope guard 10 years ago
Stanislau Hlebik 06a52bda64 Flush only one column family 10 years ago
Radheshyam Balasundaram 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB 10 years ago
Feng Zhu d3f2ec694f check prefix_size when using hash search in db_bench 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
sdong 54153ab07a Include candidate files under options.db_log_dir in FindObsoleteFiles() 10 years ago
sdong 4632239d13 Need to schedule compactions when manual compaction finishes 10 years ago
Igor Canadi 5e0868147d Fix SIGSEGV in travis 10 years ago
Stanislau Hlebik 7c88249f51 Fix db_test and DBIter 10 years ago
Igor Canadi 894a77abdf Fix leak in c_test 10 years ago
Igor Canadi 323d6e3542 Fix c_test 10 years ago
sdong 76dcf7eefd Minor: fix a format 10 years ago
sdong 7abe9655d3 Fix valgrind failure caused by recent checked-in. 10 years ago
Spencer Kimball 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of 10 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Feng Zhu 1129921e9b logging_when_create_and_delete_manifest 10 years ago
Igor Canadi e4c3673923 Never CompactRange to level 0 in level compaction 10 years ago
Yueh-Hsuan Chiang 1903aa5cc7 Fixed a warning / error in signed and unsigned comparison 10 years ago
Yueh-Hsuan Chiang 67dae255a9 Remove a check for merge operator in builder.cc 10 years ago
Yueh-Hsuan Chiang 2105ecac4d Temporary remove the last test in merge_test 10 years ago
Stanislau Hlebik 3215967205 Fix readonly db 10 years ago
Yueh-Hsuan Chiang e9269e6ece Fixed a typo in the comment for merge operator. 10 years ago
Yueh-Hsuan Chiang 49ee5a4ac4 Fixed the crash when merge_operator is not properly set after reopen. 10 years ago
Stanislau Hlebik 76286ee67e Remove unnecessary constructor parameter from ColumnFamilyData 10 years ago
sdong 473e829784 Fix ldb dump_manifest 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
sdong f6784766db Add DB property estimated number of keys 10 years ago
Lei Jin 7e8bb71dd0 InternalStats to take cfd on constructor 10 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin f6ca226c17 make statistics forward-able 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Yueh-Hsuan Chiang 6480717a26 Fixed compaction-related errors where number of input levels are hard-coded. 10 years ago
Igor Canadi 41a697256f NewIterators in read-only mode 10 years ago
Feng Zhu da9274574f Use IterKey instead of string in Block::Iter to reduce malloc 10 years ago
Yueh-Hsuan Chiang 0e1b4787ed Fixed a bug in Compaction.cc where input_levels_ was not properly resized. 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Lei Jin f6f1533c6f make internal stats independent of statistics 10 years ago
Feng Zhu 50c2dcb78f add options.block_restart_interval in db_bench 10 years ago
Chilledheart 54f4e2f188 Fix clang compiler warnings 10 years ago
Stanislau Hlebik 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file. 10 years ago
Stanislau Hlebik 92d73cbe78 Add PlainTableOptions 10 years ago
Yueh-Hsuan Chiang 052ddbe0e2 Add MaxInputLevel() to CompactionPicker 10 years ago