Commit Graph

2119 Commits (66f62e5c78a189c910424442b5634467dd609530)
 

Author SHA1 Message Date
Lei Jin 66f62e5c78 JNI changes corresponding to BlockBasedTableOptions migration 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Igor Canadi 17b54aea53 Merge pull request #243 from andybons/patch-1 10 years ago
Andrew Bonventre 050869177e Add missing include to use std::unique_ptr 10 years ago
Igor Canadi 42ea795209 Fix concurrency issue in CompactionPicker 10 years ago
Siying Dong bb530c0f47 Merge pull request #240 from ShaoYuZhang/master 10 years ago
Shao Yu Zhang f76eda74d6 Fix compilation issue on OSX 10 years ago
Radheshyam Balasundaram 08be7f5266 Implement Prepare method in CuckooTableReader 10 years ago
Yueh-Hsuan Chiang 47b452cfcf Fix the error of c_test.c 10 years ago
Yueh-Hsuan Chiang 562b7a1f28 Add missing implementaiton of SanitizeDBOptions in simple_table_db_test.cc 10 years ago
Yueh-Hsuan Chiang 63a2215c63 Improve Options sanitization and add MmapReadRequired() to TableFactory 10 years ago
Jonah Cohen e173bf9c19 Eliminate VersionSet memory leak 10 years ago
sdong 10720a5587 Revert the unintended change that DestroyDB() doesn't clean up info logs. 10 years ago
Igor Canadi 01cbdd2aae Optimize storage parameters for spatialDB 10 years ago
sdong 045575ad0c Add CuckooHash table format to table_reader_bench 10 years ago
Igor Canadi 6929b08616 Remove BitStream* tests 10 years ago
Igor Canadi 50b790c6d4 Removing BitStream* functions 10 years ago
Radheshyam Balasundaram 162b8151f1 Adding Column Family support in db_bench. 10 years ago
sdong 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index 10 years ago
sdong 5585e00279 Update release note of 3.4 10 years ago
sdong 68eed8c9f0 Bump up version 10 years ago
Radheshyam Balasundaram 36e759d199 Adding Cuckoo Table SST option to db_bench 10 years ago
Igor Canadi a6fd14c881 Fix valgrind error in c_test 10 years ago
Lei Jin c7037153c3 attempt to fix auto_roll_logger_test 10 years ago
Igor Canadi c8ecfaedd0 Merge pull request #230 from cockroachdb/spencerkimball/send-user-keys-to-v2-filter 10 years ago
Yueh-Hsuan Chiang 570ba5aca8 Avoid retrying to read property block from a table when it does not exist. 10 years ago
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
Spencer Kimball bcefedeb6d Update HISTORY.md 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
Spencer Kimball 3fcf7b26b9 Pass parsed user key to prefix extractor in V2 compaction 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