Commit Graph

2166 Commits (1b1d9619ff708fa72b834c247592fc591f993330)
 

Author SHA1 Message Date
Lei Jin 1b1d9619ff update HISTORY.md 10 years ago
Lei Jin 703c3eacd9 comments about the BlockBasedTableOptions migration in Options 10 years ago
Igor Canadi 4b5ad88658 Merge pull request #260 from wankai/master 10 years ago
wankai 19cc588b77 change to filter_block std::unique_ptr support RAII 10 years ago
Igor Canadi 9b976e34f5 Merge pull request #259 from wankai/master 10 years ago
wankai 5d25a46936 Merge remote-tracking branch 'upstream/master' 10 years ago
Lei Jin 9b58c73c7c call SanitizeDBOptionsByCFOptions() in the right place 10 years ago
Igor Canadi a84234a61b Ignore missing column families 10 years ago
Feng Zhu 8ed70fc209 add assert to db Put in db_stress test 10 years ago
Igor Canadi 7f19bb93c6 Merge pull request #242 from tdfischer/perf-timer-destructors 10 years ago
Feng Zhu 8438a19360 fix dropping column family bug 10 years ago
Torrie Fischer 6614a48418 Refactor PerfStepTimer to stop on destruct 10 years ago
Igor Canadi 076bd01a29 Fix compile 10 years ago
Igor Canadi 990df99a61 Fix ios compile 10 years ago
Igor Canadi 7dcadb1d37 Don't let flush preempt compaction in certain cases 10 years ago
Wankai Zhang dff2b1a8f8 typo improvement 10 years ago
Igor Canadi 985a31cf0e Merge pull request #251 from nbougalis/master 10 years ago
Nik Bougalis f09329cb01 Fix candidate file comparison when using path ids 10 years ago
Lei Jin 7e9f28cb23 limit max bytes that can be read/written per pread/write syscall 10 years ago
Radheshyam Balasundaram d20b8cfaa1 Improve Cuckoo Table Reader performance. Inlined hash function and number of buckets a power of two. 10 years ago
Tomislav Novak 0f9c43ea36 ForwardIterator: reset incomplete iterators on Seek() 10 years ago
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