Skip to content

[FEATURE] The question about RocksInodeStore #155

Description

@zuston

After reviewing the RocksInodeStore, I realized it’s not strictly necessary. All metadata operations on fs_dir are already persisted to RocksDB, and the current usage in the codebase is mainly to reload and reconstruct the entire directory tree.

Given that, I don’t think RocksDB is the only viable option for checkpointing. Would it be possible to serialize the in-memory view to a file and use that instead? Removing RocksDB could potentially simplify the design and improve overall metadata performance.

I might have misunderstood the design, and I’d really appreciate it if you could share more about the rationale behind this approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions