Commit Graph

1472 Commits (aaceef363877c6b7d842c18680278c187e2115c0)

Author SHA1 Message Date
Danny Al-Gaaf 44cca0cd8f db/db_iter.cc: remove unused variable 10 years ago
Danny Al-Gaaf 8ee75dca2e db/memtable.cc: remove unused variable merge_result 10 years ago
Danny Al-Gaaf 0fd8bbca53 db/db_impl.cc: reduce scope of prefix_initialized 10 years ago
Danny Al-Gaaf 676ff7b1fb compaction_picker.cc: remove check for >=0 for unsigned 10 years ago
Danny Al-Gaaf 33580fa39a db/db_impl.cc: fix object handling, remove double lines 10 years ago
Danny Al-Gaaf b8b7117e97 db/version_set.cc: use !empty() instead of 'size() > 0' 10 years ago
Danny Al-Gaaf 53910ddb15 db_test.cc: pass parameter by reference 10 years ago
Danny Al-Gaaf 68ca534169 corruption_test.cc: pass parameter by reference 10 years ago
Danny Al-Gaaf 7506198da2 cuckoo_table_db_test.cc: add flush after delete 10 years ago
Mark Callaghan 1f963305a8 Print MB per second compaction throughput separately for reads and writes 10 years ago
mike@arpaia.co f0f7955497 Fixing comile errors on OS X 10 years ago
Mark Callaghan 747523d241 Print per column family metrics in db_bench 10 years ago
erik 827e31c746 Make test use a compatible type in the size checks. 10 years ago
Lei Jin fd5d80d55e CompactedDB: log using the correct info_log 10 years ago
Lei Jin 2faf49d5f1 use GetContext to replace callback function pointer 10 years ago
sdong 389edb6b1b universal compaction picker: use double for potential overflow 10 years ago
Lei Jin fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
Igor Canadi f7375f39fd Fix double deletes 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
sdong cdaf44f9ae Enlarge log size cap when printing file summary 10 years ago
sdong d0de413f4d WriteBatchWithIndex to allow different Comparators for different column families 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
Lei Jin 5e6aee4325 dont create backup_input if compaction filter v2 is not used 10 years ago
Venkatesh Radhakrishnan f44594743f RocksDB: Format uint64 using PRIu64 in db_impl.cc 10 years ago
Igor Canadi 90b8c07b48 Fix unit tests errors 10 years ago
Lei Jin 51af7c326c CuckooTable: add one option to allow identity function for the first hash function 10 years ago
Igor Canadi 2fb1fea30f Fix syncronization issues 10 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 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
Igor Canadi 04ce1b25f3 Fix #284 10 years ago
Igor Canadi dee91c259d WriteThread 10 years ago
Igor Canadi 540a257f2c Fix WAL synced 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 9c0e66ce98 Don't run background jobs (flush, compactions) when bg_error_ is set 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
Jonah Cohen 092f97e219 Fix comments and typos 10 years ago
Igor Canadi 0a42295a24 Fix SimpleWriteTimeoutTest 10 years ago
sdong 06d986252a Always pass MergeContext as pointer, not reference 10 years ago
Stanislau Hlebik d343c3fe46 Improve db recovery 10 years ago
Lei Jin 52311463e9 MemTableOptions 10 years ago
Lei Jin 171d4ff4a2 remove TailingIterator reference in db_impl.h 10 years ago
Lei Jin 9b0f7ffa1c rename version_set options_ to db_options_ to avoid confusion 10 years ago
Igor Canadi 2d57828d0e Check stop level trigger-0 before slowdown level-0 trigger 10 years ago