Skip to content

Improve btree performance #9

@DissectBot

Description

@DissectBot

Huge btrees are currently very expensive to iterate over. The caching currently in place grows very large and isn’t very efficient.

Currently all the already known keys and items are cached for each level of the tree. Perhaps this should also be LRU cached. The node header (and buffer) are also cached. This should maybe also be LRU cached somewhere else.

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