COF-C02 · Question #134
Which of the following significantly improves the performance of selective point lookup queries on a table?
The correct answer is D. Search Optimization Service. The Search Optimization Service significantly improves the performance of selective point lookup queries on tables by creating and maintaining a persistent data structure called a search access path, which allows some micro-partitions to be skipped when scanning the table.
Question
Which of the following significantly improves the performance of selective point lookup queries on a table?
Options
- AClustering
- BMaterialized Views
- CZero-copy Cloning
- DSearch Optimization Service
How the community answered
(29 responses)- A3% (1)
- C7% (2)
- D90% (26)
Explanation
The Search Optimization Service significantly improves the performance of selective point lookup queries on tables by creating and maintaining a persistent data structure called a search access path, which allows some micro-partitions to be skipped when scanning the table.
Topics
Community Discussion
No community discussion yet for this question.