Identifying the Caching Layer
A Harbr analyst runs this query at 09:00 on a Tuesday SELECT COUNT(*) FROM logistics.shipments WHERE region = 'EMEA' AND dispatch_date >= '2024-01-01' AND dispatch_date < '2024-04-01'; and it returns in 180ms with 0 credits consumed. The analyst is using the same role as yesterday when this query last ran, and the shipments table has not been modified since.
Which caching layer served this result, and what condition made it possible?
This exercise is part of the course
Data Pipeline Automation in Snowflake
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise