In-memory database Redis wants to dabble in disk
theregister.com
In-memory database Redis wants to dabble in disk
1–10 of 63 posts
Re: In-memory database Redis wants to dabble in disk
#2Seems way off the mark for why people use Redis. Developers use it precisely because it's not like their classic databases.
Re: In-memory database Redis wants to dabble in disk
#3> "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.
Re: In-memory database Redis wants to dabble in disk
#4Re: In-memory database Redis wants to dabble in disk
#5It is part of the drive to make Redis "more like your classic database," he said. In the future, support for natural language queries and enhanced vector and feature store capabilities will be added. Seems way off the mark for why people use Redis. Developers use it precisely because it's not like their classic databases.
Re: In-memory database Redis wants to dabble in disk
#6It is part of the drive to make Redis "more like your classic database," he said. In the future, support for natural language queries and enhanced vector and feature store capabilities will be added. Seems way off the mark for why people use Redis. Developers use it precisely because it's not like their classic databases.
Re: In-memory database Redis wants to dabble in disk
#7Re: In-memory database Redis wants to dabble in disk
#8It is part of the drive to make Redis "more like your classic database," he said. In the future, support for natural language queries and enhanced vector and feature store capabilities will be added. Seems way off the mark for why people use Redis. Developers use it precisely because it's not like their classic databases.
I don’t think that’s necessarily always true. I was recently looking into using Redis as a regular database. Unfortunately data is still kept in memory even if it’s persisted on disk, so it was a no-go. You’d be surprised what people want!
Re: In-memory database Redis wants to dabble in disk
#9What I actually need is a better way to bootstrap a cluster using Docker containers …