Skip to content

Improve buffer.Manager's buffer pool traveral efficiency #8

@JyotinderSingh

Description

@JyotinderSingh

The buffer manager traverses the buffer pool sequentially when searching for buffers. This search is time consuming when there are thousands of buffers in the pool. Modify the code, adding data structures (such as special purpose lists and hash tables) that will improve search times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions