You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE {{ this }} ADD INDEX IF NOT EXISTS {{ name }} {{ column }} TYPE {{ type }} GRANULARITY {{ granularity }};
ALTERTABLE {{ this }} MATERIALIZE INDEX {{ name }};
Currently, I have a work around, and define them in post_hooks but it times out sometimes.
Thanks
Is your feature request related to a problem? Please describe.
We have trouble with long run times, poor performance and stability.
Describe the solution you'd like
It would be great if dbt supported skip indexes, like it does projections.
The text was updated successfully, but these errors were encountered:
Hi, it would be great if dbt-ch supported skip indexes, much like it does projections.
Eg
That would run statements like
Currently, I have a work around, and define them in post_hooks but it times out sometimes.
Thanks
Is your feature request related to a problem? Please describe.
We have trouble with long run times, poor performance and stability.
Describe the solution you'd like
It would be great if dbt supported skip indexes, like it does projections.
The text was updated successfully, but these errors were encountered: