Comment on Why we built yet another Postgres connection poolerComments−khurs2moAny plans to add Query Caching for Selects?as per:https://www.pgpool.net/docs/latest/en/html/runtime-in-memory...−levkkOP2moI don't think so. Too much trouble. Caching is a really hard problem without context, and the context, typically, is app-specific.−khurs2moThanks for the reply and good work on pgDog!!−HackerThemAll2moI hope not. It introduces a lot more problems than it solves.
Comments
Any plans to add Query Caching for Selects?
as per:
https://www.pgpool.net/docs/latest/en/html/runtime-in-memory...
I don't think so. Too much trouble. Caching is a really hard problem without context, and the context, typically, is app-specific.
Thanks for the reply and good work on pgDog!!
I hope not. It introduces a lot more problems than it solves.