top | item 46614661

(no title)

ckbkr10 | 1 month ago

Comparing Redis to SQL is kinda off topic. Sure you can replace the one with the other but then we are talking about completely different concepts aren't we?

When all we are talking about is "good enough" the bar is set at a whole different level.

discuss

order

michaelbuckbee|1 month ago

I wrote this article about migrating from Redis to SQLite for a particular scenario and the tradeoffs involved.

To be clear, I think the most important thing is understanding the performance characteristics of each technology enough that you can make good choices for your particular scenario.

https://wafris.org/blog/rearchitecting-for-sqlite

zihotki|1 month ago

We're talking about business challenges/features which can be solved by using either of the solutions and analyzing pros/cons. It's not like Redis is bad, but sometimes it's an over-engineered solution and too costly

hahahahhaah|1 month ago

Well they move from one thing not designed for queues to another not designed for queues. Maybe use a queue!

croes|1 month ago

Maybe Redis is just overkill

touisteur|1 month ago

I wish you'd have expanded on that. I almost always learn about some interesting lower-level tech through people trying to avoid a full-featured heavy-for-their-use-case tool or system.