Skip to content

Allow fully bypassing file descriptor cache #195

@marvin-j97

Description

@marvin-j97

Basically like RocksDB's open file limit = -1.
In that case, any table file is just opened and the read path can fully skip the FD cache.

let tree = C.descriptor_table(None).open()?;
// ...

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions