dbt - Performance Optimization
Given this dbt model SQL snippet:
select customer_id, count(*) as order_count
from orders
group by customer_id
Which database command helps you understand why this query might be slow?
Given this dbt model SQL snippet:
select customer_id, count(*) as order_count
from orders
group by customer_id
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions