pgagroal
pgagroal copied to clipboard
Query cache
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
- Local (per connection)
- Global (shared)
Configuration must include
- Size
- Timeout