Hello Community!

We have created a dashboard but the queries load sequentially. How can we load the dashboard such that every table is updated the same time? We currently only have 7 tables/charts on the dashboard. The data source is Google BigQuery with only about 1.5 million rows.

Thank you

1 Like

It depends on how often you need to refresh these queries and how much difference in query execution time you can tolerate.

In general, you can define the same refresh schedule for all of them, while making sure you have enough capacity to execute them in parallel.