How does differential indexing affect query performance?

Question

Grade: Education Subject: Ddos
How does differential indexing affect query performance?
Asked by:
56 Viewed 56 Answers

Answer (56)

Best Answer
(196)
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.