About Query Cache

A query cache can be either:

  • Consistent: clears the existing cache every time the index is updated, which ensures up-to-date results but impacts performance for frequently changing indexes.

  • Time-based: keeps a query in cache for N seconds, this generates a new cache to create a continuous update of the cache at the risk of the occasional stale result.

This page discusses:

See Also
Create and Manage a Query Cache