Query pruning with micro-partitioning
How does Snowflake use micro-partitions to improve query performance for the query below?
SELECT
team,
year,
sport,
event,
medal
FROM olympic_medals
WHERE year >= 2000;
Diese Übung ist Teil des Kurses
Introduction to NoSQL
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
