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

chore: consolidate two expensive blocks table migrations #2136

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

zone117x
Copy link
Member

Two new migration files both add a new column to the blocks table -- which is a pretty expensive operation. Because they are still only in the develop branch, we can combine them into a single migration so postgres doesn't have to perform a whole table copy twice for 2 different sql transactions.

Copy link

Vercel deployment URL: https://stacks-blockchain-1h545t124-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@zone117x zone117x merged commit 37939a0 into develop Oct 23, 2024
28 checks passed
@zone117x zone117x deleted the chore/consolidate-expensive-migrations branch October 23, 2024 10:04
@blockstack-devops
Copy link

🎉 This PR is included in version 8.2.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blockstack-devops
Copy link

🎉 This PR is included in version 8.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants