summaryrefslogtreecommitdiff
path: root/memtable
AgeCommit message (Expand)Author
2024-08-27Small CPU optimization in InlineSkipList::Insert() (#12975)Changyu Bi
2024-08-19Add an option to verify memtable key order during reads (#12889)Changyu Bi
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2023-12-01internal_repo_rocksdb (-8794174668376270091) (#12114)Andrew Kryczka
2023-05-03remove redundant move (#11418)clundro
2023-03-30Add `SetAllowStall()` (#11335)Hui Xiao
2023-02-09Put Cache and CacheWrapper in new public header (#11192)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-10-28Run clang format against files under example/, memory/ and memtable/ folders ...Hui Xiao
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-08-10Migrate to docker for CI run (#10496)Jay Zhuang
2022-07-25Fix a bug in hash linked list (#10401)sdong
2022-05-17Rewrite memory-charging feature's option API (#9926)Hui Xiao
2022-05-06Remove own ToString() (#9955)sdong
2022-04-06Account memory of big memory users in BlockBasedTable in global memory limit ...Hui Xiao
2022-01-12Remove using namespace (#9369)Yanqin Jin
2021-11-05Minor improvement to CacheReservationManager/WriteBufferManager/CompressionDi...Hui Xiao
2021-10-12Fix race in WriteBufferManager (#9009)Giuseppe Ottaviano
2021-09-08Make MemTableRepFactory into a Customizable class (#8419)mrambacher
2021-09-07Replace most typedef with using= (#8751)Peter Dillinger
2021-08-24Refactor WriteBufferManager::CacheRep into CacheReservationManager (#8506)Hui Xiao
2021-08-13Improve MemPurge sampling (#8656)Baptiste Lemaire
2021-08-10Memtable sampling for mempurge heuristic. (#8628)Baptiste Lemaire
2021-07-07Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475)Andrew Kryczka
2021-05-19Use deleters to label cache entries and collect stats (#8297)Peter Dillinger
2021-04-21Stall writes in WriteBufferManager when memory_usage exceeds buffer_size (#7898)Akanksha Mahajan
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-03-03Feature: add SetBufferSize() so that managed size can be dynamic (#7961)matthewvon
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2021-01-08Add new API to report dummy entries size in cache in WriteBufferManager (#7837)Akanksha Mahajan
2020-10-14Test for LoadLatestOptions (#7554)mrambacher
2020-09-28Genericize and clean up FastRange (#7436)Peter Dillinger
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-06-04Fix more defects reported by Coverity Scan (#6935)Peter Dillinger
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-04-01Fix a bug that crashes the service when write buffer manager fails to insert ...sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-12Add insert hints for each writebatch (#5728)Lingjing You
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-04-16WriteBufferManager's dummy entry size to block cache 1MB -> 256KB (#5175)Siying Dong
2019-04-08Consolidate hash function used for non-persistent data in a new function (#5155)Siying Dong
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2019-02-07Remove cuckoo hash memtable (#4953)Siying Dong
2018-11-18WriteBufferManger doens't cost to cache if no limit is set (#4695)Siying Dong