Commit Graph

2179 Commits (bb6ae0f80c9546e5eafec0f3aac2695aa8ef56df)
 

Author SHA1 Message Date
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Igor Canadi 6d31441181 Merge pull request #271 from nbougalis/cleanups 10 years ago
Nik Bougalis 0cd0ec4fe0 Plug memory leak during index creation 10 years ago
Nik Bougalis 4329d74e05 Fix swapped variable names to accurately reflect usage 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 10 years ago
Igor Canadi 51ea889002 Fix travis builds 10 years ago
Igor Canadi a4816269f1 Relax backupable rate limiting test 10 years ago
Igor Canadi f7f973d354 Merge pull request #269 from huahang/patch-2 10 years ago
liuhuahang ef5b384729 fix a few compile warnings 10 years ago
Igor Canadi 2fd3806c88 Merge pull request #263 from wankai/master 10 years ago
wankai 1785114a6f delete unused Comparator 10 years ago
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