82 words, 1 min read
There are books& many articles online, like this one arguing for using Postgres for everything. I thought Iβd take a look at one use case - using Postgres instead of Redis for caching. I work with APIs quite a bit, so Iβd build a super simple HTTP server that responds with data from that cache. Iβd start from Redis as this is something I frequently encounter at work, switch it out to Postgres using unlogged tables and see if thereβs a difference.
continue reading on dizzy.zone
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.