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
Right now we use Clickhouse to power the API. A common query is, give me all contracts from this root deployer.
Without data-skipping indices, Clickhouse scans everything, which inevitably times out.
Previously in dbt land, we specified these things in model metadata, so that the export can read it per model and construct the table appropriately.
We don't have a similar facility in sqlmesh yet.
Also, this might be moot if we move to consumer Trino #3181
The text was updated successfully, but these errors were encountered:
What is it?
Right now we use Clickhouse to power the API. A common query is, give me all contracts from this root deployer.
Without data-skipping indices, Clickhouse scans everything, which inevitably times out.
Previously in dbt land, we specified these things in model metadata, so that the export can read it per model and construct the table appropriately.
We don't have a similar facility in sqlmesh yet.
Also, this might be moot if we move to consumer Trino
#3181
The text was updated successfully, but these errors were encountered: