pgagroal icon indicating copy to clipboard operation
pgagroal copied to clipboard

Query cache

Open jesperpedersen opened this issue 4 years ago • 0 comments

A query cache could help in scenarios where clients execute the same query over and over again. Using the cache we don't have to contact PostgreSQL for the result.

The query cache should be able to operate in two different modes

  1. Local (per connection)
  2. Global (shared)

Configuration must include

  • Size
  • Timeout

jesperpedersen avatar Mar 27 '20 11:03 jesperpedersen