Commit Graph

17 Commits (ce2d8a423967d0a207a90ac5810c7de0d7f97280)

Author SHA1 Message Date
Hui Xiao 49623f9c8e Account memory of big memory users in BlockBasedTable in global memory limit (#9748) 3 years ago
Hui Xiao 3018a3e27e Minor improvement to CacheReservationManager/WriteBufferManager/CompressionDictBuilding (#9139) 3 years ago
Peter Dillinger 82afa01815 Some API clarifications (#9080) 3 years ago
Giuseppe Ottaviano 22d4dc5066 Fix race in WriteBufferManager (#9009) 3 years ago
Hui Xiao 74cfe7db60 Refactor WriteBufferManager::CacheRep into CacheReservationManager (#8506) 4 years ago
Akanksha Mahajan 596e9008e4 Stall writes in WriteBufferManager when memory_usage exceeds buffer_size (#7898) 4 years ago
matthewvon 4126bdc0e1 Feature: add SetBufferSize() so that managed size can be dynamic (#7961) 4 years ago
Akanksha Mahajan 8ed680bdb0 Add new API to report dummy entries size in cache in WriteBufferManager (#7837) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Shylock Hg 9eb3e1f77d Use delete to disable automatic generated methods. (#5009) 6 years ago
Siying Dong 13579e8c5a WriteBufferManger doens't cost to cache if no limit is set (#4695) 6 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Siying Dong af1746751f WriteBufferManager will not trigger flush if much data is already being flushed 8 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
sdong 6797e6ffac Avoid updating memtable allocated bytes if write_buffer_size is not set 9 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago