Commit Graph

355 Commits (da8ff9ff896ee4af400c4083c9f78eaf86576457)

Author SHA1 Message Date
sdong 36de0e5359 Add a function to return current perf level 10 years ago
Lei Jin 8a7d1fe616 disable rate limiter test 10 years ago
Lei Jin 73d7147096 make rate limiter test more reliable 10 years ago
Lei Jin 534357ca3a integrate rate limiter into rocksdb 10 years ago
Yueh-Hsuan Chiang 7b85c1e900 Improve SimpleWriteTimeoutTest to avoid false alarm. 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
sdong 1d05006740 Re-commit the correct part (WalDir) of the revision: 10 years ago
sdong 30b20604db Revert "Two small fixes in db_test" 10 years ago
sdong 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 10 years ago
sdong 6634844dba Two small fixes in db_test 10 years ago
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
Yueh-Hsuan Chiang e813f5b6d9 Allow compaction to reclaim storage more effectively. 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
Haobo Xu 7a9dd5f214 [RocksDB] Make block based table hash index more adaptive 10 years ago
Lei Jin 77db08f27b fix forward iterator bug 10 years ago
Igor Canadi 6de6a06631 FIFO compaction style 10 years ago
sdong 3e4a9ec241 Arena to inline 2KB of data in it. 10 years ago
Yueh-Hsuan Chiang 1c7799d8aa Fixed a file-not-found issue when a log file is moved to archive. 10 years ago
Igor Canadi 8e37a29bfb Compaction with zero outputs 11 years ago
Igor Canadi d2569fea47 log_and_apply_bench on a new benchmark framework 11 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 11 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 11 years ago
Igor Canadi 0afc8bc29a xxHash 11 years ago
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 11 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 11 years ago
Igor Canadi f1c9aa6ebe More unsigned/signed compare fixes 11 years ago
Igor Canadi dd9eb7a7d5 Cache result of ReadFirstRecord() 11 years ago
Igor Canadi 72ff275e3c Fix TransactionLogIterator EOF caching 11 years ago
Lei Jin ccaca59bee avoid calling FindFile twice in TwoLevelIterator for PlainTable 11 years ago
Lei Jin d642c60bdc Check PrefixMayMatch on Seek() 11 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 11 years ago
sdong a570740727 Expose number of entries in mem tables to users 11 years ago
Igor Canadi 1068d2fa60 Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()" 11 years ago
Igor Canadi ddafceb6c2 Better port::Mutex::AssertHeld() and AssertNotHeld() 11 years ago
Igor Canadi f813279da5 Remove TransactionLogIteratorRace when -DNDEBUG 11 years ago
sdong 0f40fe4bc7 When creating a new DB, fail it when wal_dir contains existing log files 11 years ago
Igor Canadi dbe0f327ca Set log_empty to false even when options.sync is off [fix tests] 11 years ago
Kai Liu 1405232b6d Temporarily disable a test case in db_test 11 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 11 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 11 years ago
Igor Canadi dc55903293 Improved CompressedCache 11 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 11 years ago
Igor Canadi 731e55c01c Fix GetProperty() test 11 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 11 years ago
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 11 years ago
sdong e0a87c4cf1 DBIter to use static allocated char array for saved_key_ (if it is not too long) 11 years ago
Igor Canadi 8a139a054c More valgrind issues! 11 years ago
sdong 43a593a6d9 Change default value of some Options 11 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 11 years ago