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

Materialize sql to tmp table in case we hit partitions limitis #396

Closed
nicor88 opened this issue Sep 4, 2023 · 0 comments · Fixed by #405
Closed

Materialize sql to tmp table in case we hit partitions limitis #396

nicor88 opened this issue Sep 4, 2023 · 0 comments · Fixed by #405
Assignees

Comments

@nicor88
Copy link
Contributor

nicor88 commented Sep 4, 2023

When we hit partitions limits we use the model SQL a bit everywhere:

  • model SQL is used for distinct partitions values
  • model SQL is used multiple times inside the insert statements batch

More details are provided here about reasons why we should do it. #392 (comment)

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 a pull request may close this issue.

2 participants