by digitalnalogika on 10/19/23, 9:26 AM with 58 comments
by mrinterweb on 10/19/23, 9:31 PM
by hivacruz on 10/19/23, 9:03 PM
by donatj on 10/20/23, 5:32 AM
This sounds to me like not understanding your place in the market or why people use your product. I can name half a dozen classic SQL databases off hand. I can’t name a tool that competes with Redis at their niche. Why aim for an already oversaturated market when you already have a good profitable niche.
by whalesalad on 10/19/23, 9:40 PM
I think redisql has been supplanted by zeesql - https://zeesql.com/
by ohnoesjmr on 10/19/23, 11:42 PM
In the end we went with Aerospike which actually while backed by NVMe, outperforms redis backed by memory. Aerospike in memory is completely absurd speeds and throughput. Sadly the setup is a bit weird and query model is a bit wonky but we worked around it. A bit sad on how expensive the enterprise version is.
by karmakaze on 10/19/23, 5:22 PM
> "We can take the lesser-used data that hasn't been touched in a while and shuttle it off to flash where it can sit for a while. When the user comes back eventually, it's very easy for us to seamlessly move it from flash back into memory. And that allows the company to save costs," he said.
> Redis is now planning to extend the concept to disk-based memory to offer support for a three-tiered architecture.
by iot_devs on 10/20/23, 8:16 AM
I would expect it to be a very reasonable middle ground that requires almost no work and it is already enough and ready for most use cases.
by otterley on 10/20/23, 2:41 AM
by tehbeard on 10/20/23, 5:51 AM
Surely you need the sorted set in memory to derive rank/manipulate it etc?
Or would you have to shard it and add other elements on top in app code to focus on only a subsection of the data?
by remram on 10/20/23, 2:52 PM
by andrelaszlo on 10/20/23, 8:30 AM
by infomaniac on 10/20/23, 4:34 AM
we recently implemented this to grow our caches to >50TB
by fumeux_fume on 10/20/23, 6:20 AM
by reconditerose on 10/19/23, 3:13 PM
Seems way off the mark for why people use Redis. Developers use it precisely because it's not like their classic databases.
by 9dev on 10/19/23, 9:14 PM