Skip to content

Add section about scaling considerations in README #34

@richardartoul

Description

@richardartoul

Explain how FDB is in critical path as a sequencer, but it scales in terms of O(servers) not O(QPS) so it should scale really far since every sever is basically batching most of their FDB requests into single-threaded loop and in that loop all its doing is getting an FDB read version, its not even running a transaction.

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