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

Batch insert accepted tx and reduce db table contention #190

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

alexsporn
Copy link
Member

No description provided.

… it from the db on every accepted ledger update, since this creates contention on the table and we cannot insert in parallel
…mount of db transactions

This also automatically drops old pending tx if the node cannot keep up and prioritizes committed ledger updates
@alexsporn alexsporn merged commit 7c2e469 into develop Mar 28, 2024
4 checks passed
@alexsporn alexsporn deleted the feat/batch-accepted-tx branch March 28, 2024 09:57
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

Successfully merging this pull request may close these issues.

2 participants