Commit Graph

2145 Commits (722d80c3741103abf989b94e6cf8a2e145029705)
 

Author SHA1 Message Date
Lei Jin 722d80c374 reduce recordTick overhead in compaction loop 10 years ago
Igor Canadi 22a0a60dc4 Merge pull request #250 from wankai/master 10 years ago
Wankai Zhang be25ee44fe delete unused struct Options 10 years ago
Igor Canadi 0c26e76b28 Merge pull request #237 from tdfischer/tdfischer/faster-timeout-test 10 years ago
Feng Zhu 1d23b5c470 remove_internal_filter_policy 10 years ago
Igor Canadi 2a8faf797c Compact SpatialDB as we go, not at the end 10 years ago
Radheshyam Balasundaram 7f71448388 Implementing a cache friendly version of Cuckoo Hash 10 years ago
Igor Canadi d977e55596 Don't let other compactions run when manual compaction runs 10 years ago
Igor Canadi d5bd6c772b Fix ios compile 10 years ago
Igor Canadi 6b46f78434 Merge pull request #248 from wankai/master 10 years ago
Wankai Zhang 528a11c635 Update block_builder.h 10 years ago
Igor Canadi 536e9973e3 Remove assert in vector rep 10 years ago
Radheshyam Balasundaram 4142a3e783 Adding a user comparator for comparing Uint64 slices. 10 years ago
Igor Canadi 1913ce27b9 more concurrent flushes in SpatialDB 10 years ago
Igor Canadi 808e809366 Adjust SpatialDB column family options 10 years ago
Igor Canadi 0c39f54dfb Use Vector memtable when bulk loading SpatialDB 10 years ago
Radheshyam Balasundaram b6fd7811eb Don't do memtable lookup in db_impl_readonly if memtables are empty while opening db. 10 years ago
Stanislau Hlebik 9dcb75b6d9 Add is-file-deletions-enabled property 10 years ago
Lei Jin 1755581f19 improve OptimizeForPointLookup() 10 years ago
Igor Canadi d9c0785812 Fix assertion in PosixRandomAccessFile 10 years ago
Lei Jin bda6f3363d fix valgrind error in c_test caused by BlockBasedTableOptions 10 years ago
Torrie Fischer 0db6b028e7 Update timeout to 50ms instead of 3. 10 years ago
Igor Canadi ff6ec0eb17 Optimize SpatialDB 10 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 10 years ago
Lei Jin a98badff16 print table options 10 years ago
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
Torrie Fischer 7c5173d27f test: db: fix test to have a smaller timeout for when it runs on faster hardware 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