-
Notifications
You must be signed in to change notification settings - Fork 50
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
Investigate slow block queries and insertions #763
Comments
I ran the seed-store for 100k and 1M accounts and got somewhat better results.
|
Nice! Thank you! So basically, block insertion goes from ~200ms when the database is empty to ~400ms when we have 1M accounts in it (and So, maybe we close this issue and create another one specifically for optimizing block insertion and block input retrieval. |
I think the target we should aim for is when the DB has 100M accounts, block insertion should be around 200ms, and btw, assuming 5-second block, this throughput corresponds to about 50 TPS, or for 3-second blocks this would be ~85 TPS. |
Superseeded by #777 |
See #657 (review)
The text was updated successfully, but these errors were encountered: