Skip to content

Optimize memory usage for MEMTABLE_ARENA #1204

Description

@hnwyllmm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions