
Answer-first summary for fast verification
Answer: Create an indexer with incremental update settings and schedule it to run automatically with optimized settings.
Creating an indexer with incremental update settings and scheduling it to run automatically with optimized settings ensures that it can handle incremental updates, maintain data consistency, and meet performance and scalability requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to create and run an indexer for an Azure AI Search solution. The indexer should be able to handle incremental updates from a SQL database and ensure data consistency. The indexer must also be optimized for performance and scalability. Describe the steps you would take to create and configure this indexer, ensuring it meets the requirements for incremental updates, data consistency, and performance and scalability.
A
Create an indexer with default settings and run it manually.
B
Create an indexer with incremental update settings and schedule it to run automatically with optimized settings.
C
Create an indexer without incremental update settings and run it manually.
D
Create an indexer with incremental update settings and run it manually with default settings.
No comments yet.