What is "índices"

The purpose of storing an index is to optimize the speed and performance of searching for documents relevant to a search query. Without an index, the search process would scan all documents in the corpus, which would require considerable time and computing power.

Indexes can benefit from both reading queries and updates. Many people mistakenly believe indexes are good only for reading queries.