Commit Graph

899 Commits (23c8f89b57f9bb7594d2198ab60fa67d23fcc317)

Author SHA1 Message Date
Igor Canadi dbe0f327ca Set log_empty to false even when options.sync is off [fix tests] 10 years ago
Igor Canadi e6acb874cd Don't roll empty logs 10 years ago
sdong c87ed0942c Fix db_bench's multireadrandom 10 years ago
Yueh-Hsuan Chiang 118f88d25d Fix compile error in tailing_iter.h 10 years ago
Yueh-Hsuan Chiang 327102efa5 Fix merge_test failure due to incorrect assert behavior in the release mode. 10 years ago
Lei Jin 82b37a18bd thread local for tailing iterator 10 years ago
Lei Jin 539dd207df using thread local SuperVersion for NewIterator 10 years ago
sdong d5e087b6df db_bench: add a mode to operate multiple DBs 10 years ago
Lei Jin eba3fc644a make corruption_test:CompactionInputErrorParanoid deterministic 10 years ago
Igor Canadi de41357a18 Don't dump rocksdb version on IOS 10 years ago
Lei Jin 0af36d6aa6 SeekRandomWhileWriting 10 years ago
Kai Liu 1405232b6d Temporarily disable a test case in db_test 10 years ago
Igor Canadi ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL 10 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 10 years ago
Lei Jin 7a92537fc4 db_bench: add IteratorCreationWhileWriting mode and allow prefix_seek 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
sdong df2a8b6a1a Polish IterKey and use it in DBImpl::ProcessKeyValueCompaction() 10 years ago
Igor Canadi dc55903293 Improved CompressedCache 10 years ago
Lei Jin 4824014e3b speed up db_bench filluniquerandom mode 10 years ago
Igor Canadi 2014915d32 Fix ASAN issue 10 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 10 years ago
Igor Canadi 731e55c01c Fix GetProperty() test 10 years ago
Igor Canadi 34455deb06 Fix Mac OS compile issues 10 years ago
Igor Canadi 5b345b76cb Remove env_ from MergingIterator 10 years ago
Lei Jin 0c1126d4cf db_bench cleanup 10 years ago
Igor Canadi beeee9dccc Small speedup of CompactionFilterV2 10 years ago
Lei Jin 92c1eb0291 macros for perf_context 10 years ago
sdong 5e2db3b434 PlainTableIterator not to store copied key in std::string 10 years ago
Igor Canadi 664559fe2d Small final fixes before merge 10 years ago
Igor Canadi d1e2bce42d CallFlushDuringCompaction 10 years ago
Igor Canadi b42ceb9598 Simplify cleanup of dead (refcount == 0) column families 10 years ago
Igor Canadi e48348d196 Make flush part of compaction process 10 years ago
Igor Canadi 751e4b1a35 Fix wal_dir sanitizing 10 years ago
Igor Canadi 7efdd9ef4d Options::wal_dir shouldn't end in '/' 10 years ago
sdong ea0198fe9a Create log::Writer out of DB Mutex 10 years ago
Lei Jin c90d446ee7 make hash_link_list Node's key space consecutively followed at the end 10 years ago
sdong 99c756f0fe Flush Buffered Info Logs Before Doing Compaction (one line change) 10 years ago
Igor Canadi 040657aec9 Fix MacOS errors 10 years ago
Igor Canadi f76e4027ca initialize candidate count 10 years ago
sdong b9767d0e09 Move several more logging inside DB mutex to log buffer 10 years ago
Thomas Adam 98422cba77 [C-API] implemented more options 10 years ago
Thomas Adam 3a30b5b0be [C-API] added "rocksdb_options_set_plain_table_factory" to make it possible to use plain table factory 10 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 10 years ago
Igor Canadi d1d19f5db3 Fix valgrind error in c_test 10 years ago
sdong 158845ba9a Move a info logging out of DB Mutex 10 years ago
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 10 years ago
sdong 284c365b77 Fix valgrind error caused by FileMetaData as two level iterator's index block handle 10 years ago
sdong e0a87c4cf1 DBIter to use static allocated char array for saved_key_ (if it is not too long) 10 years ago
sdong d50619a559 PlainTableIterator::Seek() shouldn't check bloom filter in total order mode 10 years ago
Thomas Adam 38dc5ef45f [C-API] added the possiblity to create a HashSkipList or HashLinkedList to support prefix seeks 10 years ago