Skip to content

[Enhance]: Buffer Storage #64

@iaojnh

Description

@iaojnh

Affected Component

buffer manager, indexes who use buffer storage.

Current Behavior

Current buffer storage performance is poor, limited by excessive concurrency lock overhead.
Lack of write capability.

Desired Improvement

Optimize the LRU implementation using a data structure with strong concurrency capabilities to improve performance.Minimize the overhead of locking.
Add write capability.

Impact

faster queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprove an existing feature or componentversion/0.2.0zvec 0.2.0 version

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions