-
Notifications
You must be signed in to change notification settings - Fork 302
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
summonerd: add new schema separating blob data #3305
summonerd: add new schema separating blob data #3305
Conversation
phase1_contributions has a fk constraint to phase1_contribution_data so it needs to be populated first
the transition query will need to populate phase_2_contribution_data first in order for the FK constraint from phase2_contributions to be valid
Summonerd smoke test is passing as of commit 4456f85, the migration process has been tested by:
|
There was a smoke test failure here but it seems unrelated to the changes in this PR (subsequent run passed so confirmed is unrelated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at storage.rs in isolation, I think every query was migrated; also, looking at the proposed query plans in sqlite, I think the queries all avoid scanning the blob table as well.
Migrations ran and passed locally.
Towards #3304