CommencerCommencer gratuitement

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;  

Cet exercice fait partie du cours

Introduction to NoSQL

Afficher le cours

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice