this post was submitted on 13 Nov 2023
14 points (93.8% liked)

PostgreSQL

637 readers
1 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] rikudou@lemmings.world 10 points 11 months ago (1 children)

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.

[–] lysdexic@programming.dev 1 points 11 months 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 ?

[–] Lmaydev@programming.dev 1 points 11 months ago

Honestly it feels like a hack with multiple drawbacks. I'd personally rather use something specifically designed for the job.