@lysdexic@programming.dev to PostgreSQL@programming.devEnglish • 1 year agoYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devmessage-square3fedilinkarrow-up115arrow-down11cross-posted to: programming@programming.dev
arrow-up114arrow-down1external-linkYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.dev@lysdexic@programming.dev to PostgreSQL@programming.devEnglish • 1 year agomessage-square3fedilinkcross-posted to: programming@programming.dev
minus-squareRikudou_SageAlinkEnglish10•1 year agoSo much work just to avoid using Redis. If I wanted to use SQL for cache, I’d rather choose the memory engine of MySQL.
minus-square@lysdexic@programming.devOPlinkfedilinkEnglish1•1 year ago If I wanted to use SQL for cache, I’d rather choose the memory engine of MySQL. Why would you onboard an entirely separate service if you’re already using PostgreSQL ?
So much work just to avoid using Redis. If I wanted to use SQL for cache, I’d rather choose the
memory
engine of MySQL.Why would you onboard an entirely separate service if you’re already using PostgreSQL ?