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

Labels

enhancementImprove an existing feature or component

Type

No type

Projects

Status

In progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions