Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section about scaling considerations in README #34

Open
richardartoul opened this issue Feb 2, 2023 · 0 comments
Open

Add section about scaling considerations in README #34

richardartoul opened this issue Feb 2, 2023 · 0 comments

Comments

@richardartoul
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant