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

Query table_comments without unrolling with UNION ALL #357

Commits on Nov 13, 2023

  1. Query table_comments without unrolling with UNION ALL

    `table_comments` is equally "hard" for the engine as
    `information_schema.columns`. Avoid optimizing the query on the `dbt`
    side by sending `UNION ALL` with individual schemas. Let the engine
    figure out the optimal strategy.
    findepi committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    56b1459 View commit details
    Browse the repository at this point in the history