2025 Query Profiles and Tuning Flashcards
What is ‘Percentage scanned from cache’
How much data is accessed from the local cache
How can you increase the ‘Percentage scanned from cache’
In ETL queries, colocate queries that retrieve data from the same tables
What is ‘Remote Disk I/O’
Time spent on remote I/O, the smaller the better
What does it mean if ‘Bytes spilled to remote storage’ is high
Warehouse might not be sized properly
What is ‘good’ when it comes to ‘Partitions scanned and partitions total’
If the partitions scanned are a small fraction of the partitions total, the pruning is efficient
What does Search Optimization not support
External tables.
Materialized views.
Column concatenation.
Analytical expressions.
Casts on table columns (except for fixed-point numbers cast to strings).