What is a characteristic of data micro-partitioning in Snowflake?
What is a characteristic of data micro-partitioning in Snowflake?
Micro-partitioning in Snowflake refers to the automatic and transparent partitioning of data as it is loaded into Snowflake tables. This means that the process takes place during the data loading phase, without the need for a predefined partitioning schema. Micro-partitions optimize query performance and storage but are managed entirely by Snowflake, removing the need for manual intervention.
Micro-partitioning is automatically performed on all Snowflake tables. Tables are transparently partitioned using the ordering of the data as it is inserted/loaded. https://docs.snowflake.com/en/user-guide/tables-clustering-micropartitions.html#what-are-micro-partitions
C is the right one.
C. Micro-partitioning happens when the data is loaded
correct
C for sure