lysdexic@programming.dev to Programming@programming.devEnglish · 1 year agoYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devexternal-linkmessage-square3fedilinkarrow-up121arrow-down15
arrow-up116arrow-down1external-linkYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devlysdexic@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square3fedilink
minus-squarekey@lemmy.keychat.orglinkfedilinkEnglisharrow-up18·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.