Description
MEMTABLE_ARENA is a hashmap used for transaction data associated with each memtable. It supports dynamic load detection to create a hashmap that better fits the load requirements when a new memtable is created. The current default minimum value is relatively large; a more appropriate value could be selected.
Proposed Solution
Of course, a better optimization approach would be preferable.
Description
MEMTABLE_ARENA is a hashmap used for transaction data associated with each memtable. It supports dynamic load detection to create a hashmap that better fits the load requirements when a new memtable is created. The current default minimum value is relatively large; a more appropriate value could be selected.
Proposed Solution
Of course, a better optimization approach would be preferable.