How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?
How can an Architect enable optimal clustering to enhance performance for different access paths on a given table?
Creating multiple materialized views with different cluster keys is an effective way to optimize clustering for various access paths. Materialized views reorganize data during their creation based on the specified clustering key, thereby enhancing query performance for specific access patterns.
Creating the materialized view with Snowflake allows you to specify the new clustering key, which enables Snowflake to reorganize the data during the initial creation of the materialized view.
Answer is B and is validated
B THE PROBLEM: MULTIPLE ACCESS PATHS THE SOLUTION: CLUSTERED MATERIALIZED VIEW https://www.snowflake.com/blog/using-materialized-views-to-solve-multi-clustering-performance-problems/
i think its D