Skip to content

storage: Consider moving raft log out of rocksdb #7807

@bdarnell

Description

@bdarnell

Writing the raft log to rocksdb (which uses its own write-ahead log) is probably suboptimal; it may be more efficient to manage the raft log separately (although this is not clear: as long as raft log entries are GC'd aggressively then it's going to be hard to beat rocksdb).

For future reference:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-storageRelating to our storage engine (Pebble) on-disk storage.C-investigationFurther steps needed to qualify. C-label will change.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions