Question
How does differential indexing affect query performance?
Asked by: USER7665
56 Viewed
56 Answers
Answer (56)
Differential indexing significantly improves query performance for updates, as only the changed rows need to be scanned. It reduces the amount of data that needs to be processed during retrieval.