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

Add temporary tables for GBK file hashes and GBK ids #239

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

adraismawur
Copy link
Collaborator

This creates two temporary tables during input parsing that are used in select statements instead of using a very very large where clause with a bunch of data.

We are using this table everywhere, but there is the option to omit it from load_many which does no filtering whatsoever. No idea what happens if we were to use that. (but we don't use it)

Copy link
Collaborator

@nlouwen nlouwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adraismawur adraismawur merged commit 2b0ca48 into dev Dec 20, 2024
2 checks passed
@adraismawur adraismawur deleted the hotfix/hash-temp-table branch December 20, 2024 17:19
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