Which features could be used to improve the performance of queries that return a small subset of rows from a large table? (Choose two.)
Which features could be used to improve the performance of queries that return a small subset of rows from a large table? (Choose two.)
To improve the performance of queries that return a small subset of rows from a large table, search optimization service and automatic clustering are effective features. Search optimization service enhances the efficiency and speed of searches by optimizing how data is indexed and queried. Automatic clustering automatically organizes data into micro-partitions based on usage patterns, which can significantly speed up query performance. Row access policies, on the other hand, are related to security and do not directly affect the query performance. Multi-cluster virtual warehouses deal with scaling resources to handle concurrency, and secure views are related to data access control, neither of which directly improves query performance for small subsets of rows.
C - security D - concurency E - hide the source
A&B is correct
Wouldn't this be A&B? What do row access policies (C) have to do with performance?
A and B are correct