@lysdexic@programming.dev to Programming@programming.devEnglish • 1 year agoYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devmessage-square3fedilinkarrow-up121arrow-down15cross-posted to: postgresql@programming.dev
arrow-up116arrow-down1external-linkYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.dev@lysdexic@programming.dev to Programming@programming.devEnglish • 1 year agomessage-square3fedilinkcross-posted to: postgresql@programming.dev
minus-squarekeylinkfedilinkEnglish18•1 year agoThe “why” is missing an important one: put less load on your primary DB for frequent gets. If you can replace your cache with your primary DB then ya you probably don’t need a cache. Just fix indexing, data normalization, and/or access patterns.
The “why” is missing an important one: put less load on your primary DB for frequent gets. If you can replace your cache with your primary DB then ya you probably don’t need a cache. Just fix indexing, data normalization, and/or access patterns.