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

Use ti key lkp table for pre-migration dangling checks #23494

Closed
wants to merge 2 commits into from

Conversation

dstandish
Copy link
Contributor

@dstandish dstandish commented May 4, 2022

Builds on top of #23491

Here I add a TI key lkp table for the “missing TI” lookups. This TI key table has one record for every valid TI key in the system. Its PK is dag id, task id, exec date. Lookups should be very fast. Locally on yesterday’s dataset, it takes under 30 seconds to do all the pre-migration checks.

@dstandish dstandish force-pushed the use-ti-key-lkp-table branch 2 times, most recently from 0da6d28 to db0d2e9 Compare May 5, 2022 00:47
@dstandish
Copy link
Contributor Author

Don't need this one anymore. Performance already good enough with the switch to left join and other optimizations.

@dstandish dstandish closed this May 18, 2022
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.

1 participant