Why does clustering in Snowflake require manual reclustering after incremental loads?
ABecause Snowflake does not automatically reorganize data after inserts, so clustering can degrade
BBecause clustering keys are only applied during table creation, not updates
CBecause incremental models disable clustering by default
DBecause Snowflake partitions data automatically, making reclustering unnecessary