Commit Graph

327 Commits (1b1d9619ff708fa72b834c247592fc591f993330)

Author SHA1 Message Date
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
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. 11 years ago
Yueh-Hsuan Chiang 1c7799d8aa Fixed a file-not-found issue when a log file is moved to archive. 11 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