Which statement best describes micro-partitions?

Master the SnowPro Advanced Architect Test with flashcards, multiple-choice questions, and detailed explanations. Prepare thoroughly for your certification!

Multiple Choice

Which statement best describes micro-partitions?

Explanation:
Micro-partitions are the basic storage unit Snowflake uses to organize table data. Each one is a small, contiguous block of columnar data stored on disk, created as data is loaded and then kept immutable. Snowflake stores metadata for each micro-partition (like min/max values and row counts) so the engine can prune out partitions that don’t match a query’s predicates, which makes searches faster. They aren’t geographic shards, they aren’t index pages, and they aren’t data frames. So the best description is that micro-partitions are contiguous storage units.

Micro-partitions are the basic storage unit Snowflake uses to organize table data. Each one is a small, contiguous block of columnar data stored on disk, created as data is loaded and then kept immutable. Snowflake stores metadata for each micro-partition (like min/max values and row counts) so the engine can prune out partitions that don’t match a query’s predicates, which makes searches faster. They aren’t geographic shards, they aren’t index pages, and they aren’t data frames. So the best description is that micro-partitions are contiguous storage units.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy