Commit Graph

355 Commits (da8ff9ff896ee4af400c4083c9f78eaf86576457)

Author SHA1 Message Date
Yueh-Hsuan Chiang 89833e5a85 Fixed signed-unsigned comparison warning in db_test.cc 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Danny Al-Gaaf 091153493c db/db_test.cc: remove unused variable 10 years ago
Danny Al-Gaaf d6483af870 db/db_test.cc: reduce scope of some variables 10 years ago
Danny Al-Gaaf 53910ddb15 db_test.cc: pass parameter by reference 10 years ago
erik 827e31c746 Make test use a compatible type in the size checks. 10 years ago
Lei Jin fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
Igor Canadi 90b8c07b48 Fix unit tests errors 10 years ago
Igor Canadi 60a4aa175e Test use_mmap_reads 10 years ago
Igor Canadi 4a27a2f193 Don't sync manifest when disableDataSync = true 10 years ago
Chilledheart 49fe329e5e Fix build issue under macosx 10 years ago
Feng Zhu 0352a9fa91 add_wrapped_bloom_test 10 years ago
Igor Canadi a9639bda84 Fix valgrind test 10 years ago
Igor Canadi d1f24dc7ee Relax FlushSchedule test 10 years ago
Igor Canadi 3d9e6f7759 Push model for flushing memtables 10 years ago
Igor Canadi 059e584dd3 [unit test] CompactRange should fail if we don't have space 10 years ago
Igor Canadi a52cecb56c Fix Mac compile 10 years ago
Igor Canadi 0a42295a24 Fix SimpleWriteTimeoutTest 10 years ago
Stanislau Hlebik d343c3fe46 Improve db recovery 10 years ago
Igor Canadi 2d57828d0e Check stop level trigger-0 before slowdown level-0 trigger 10 years ago
sdong 011241bb99 DB::Flush() Do not wait for background threads when there is nothing in mem table 10 years ago
Feng Zhu 0af157f9bf Implement full filter for block based table. 10 years ago
Igor Canadi 9f1c80b556 Drop column family from write thread 10 years ago
Raghav Pisolkar 0fbb3facc0 fixed memory leak in unit test DBIteratorBoundTest 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 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
Torrie Fischer 0db6b028e7 Update timeout to 50ms instead of 3. 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Yueh-Hsuan Chiang 63a2215c63 Improve Options sanitization and add MmapReadRequired() to TableFactory 10 years ago
sdong 10720a5587 Revert the unintended change that DestroyDB() doesn't clean up info logs. 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
sdong 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index 10 years ago
sdong 58b0f9d890 Support purging logs from separate log directory 10 years ago
Yueh-Hsuan Chiang 1562653ba0 Fixed a signed-unsigned comparison error in db_test 10 years ago
Stanislau Hlebik 06a52bda64 Flush only one column family 10 years ago
Stanislau Hlebik 7c88249f51 Fix db_test and DBIter 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Yueh-Hsuan Chiang 1903aa5cc7 Fixed a warning / error in signed and unsigned comparison 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
sdong f6784766db Add DB property estimated number of keys 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Stanislau Hlebik 1c9f190ae3 Fix db_test 10 years ago
Stanislau Hlebik d916593ead Add Prev() for merge operator 10 years ago
sdong 0abaed2e08 Support multiple DB directories in universal compaction style 10 years ago
Tomislav Novak 3b97ee96c4 ForwardIterator seek bugfix 10 years ago
Tomislav Novak 105c1e099b ForwardIterator::status() checks all child iterators 10 years ago