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

perf: insert entire block at once (postgres) #283

Merged
merged 6 commits into from
Feb 27, 2024

Conversation

carneiro-cw
Copy link
Contributor

@carneiro-cw carneiro-cw commented Feb 26, 2024

The upside to this change is that we can insert a block with all of its changes in one network call (instead of 9), the downside is that we get a huge query with 60 parameters.

@carneiro-cw carneiro-cw requested a review from a team as a code owner February 26, 2024 22:50
@carneiro-cw carneiro-cw merged commit d27f303 into main Feb 27, 2024
7 checks passed
@carneiro-cw carneiro-cw deleted the perf/postgres/block_query branch February 27, 2024 13:46
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