Commit Graph

2091 Commits (625b9ef4e03f722a95818888550be0e9521e8db4)
 

Author SHA1 Message Date
Lei Jin 625b9ef4e0 Merge pull request #234 from bbiao/master 10 years ago
Jonah Cohen 59a2763d5c Fix typo huage => huge 10 years ago
Jonah Cohen f611935e9a Fix autovector iterator increment/decrement comments 10 years ago
sdong 58b0f9d890 Support purging logs from separate log directory 10 years ago
Yueh-Hsuan Chiang 2da53b1e06 [Java] Add purgeOldBackups API 10 years ago
Feng Zhu 6c4c159b2c fix_sst_dump_for_old_sst_format 10 years ago
ZHANG Biao 8dfe2fdd51 fix compile error under Mac OS X 10 years ago
Lei Jin 58c49466d2 Allow env_posix to lower background thread IO priority 10 years ago
Feng Zhu 6a2be31f14 fix_valgrind_error_caused_in_db_info_dummper 10 years ago
Lei Jin e91ebf1399 print compaction_filter name in Options.Dump 10 years ago
Lei Jin 5a5953b388 Add histogram for DB_SEEK 10 years ago
Feng Zhu 5e642403a9 log db path info before open 10 years ago
Stanislau Hlebik 0c9dc9f8e0 Remove malloc from FormatFileNumber 10 years ago
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
Lei Jin 37c6740c38 make statistics ToString function empty instead of pure virtual 10 years ago
Siying Dong 18efdba8d5 Merge pull request #228 from miguelportilla/develop 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
Igor Canadi f8d6a2981f Merge pull request #224 from cockroachdb/spencerkimball/compaction-filter-v2-c-bindings 10 years ago
Igor Canadi 1a1957ba4d Merge pull request #226 from bbiao/master 10 years ago
ZHANG Biao 63d5cc72fa fix various 'comparison of integers of different signs' compiling errors under macosx 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
Radheshyam Balasundaram 606a126703 Changing implementaiton of CuckooTableBuilder to not take file_size, key_length, value_length. 10 years ago
Radheshyam Balasundaram 2124c85cc6 Implementing CuckooTableReader::NewIterator 10 years ago
sdong 02c4023666 Remove port::MemoryBarrier() from table_reader_bench 10 years ago
Feng Zhu 1129921e9b logging_when_create_and_delete_manifest 10 years ago
Igor Canadi 5e3d5c5f6e Simplify SpatialIndexCursor 10 years ago
Igor Canadi 9c5a3f4746 FeatureSet DebugString 10 years ago
Igor Canadi e4c3673923 Never CompactRange to level 0 in level compaction 10 years ago
Radheshyam Balasundaram 0c9d03ba10 Fixing broken Mac build 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