lysdexic to PostgreSQLEnglish · 1 year agoYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devexternal-linkmessage-square3fedilinkarrow-up115arrow-down11cross-posted to: programming
arrow-up114arrow-down1external-linkYou Don't Need a Dedicated Cache Service - PostgreSQL as a Cachemartinheinz.devlysdexic to PostgreSQLEnglish · 1 year agomessage-square3fedilinkcross-posted to: programming
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up11arrow-down1·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-squarelysdexicOPlinkfedilinkEnglisharrow-up1·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 ?