Kvrocks: Redis-compatible distributed key value NoSQL database
kvrocks.apache.org
Kvrocks: Redis-compatible distributed key value NoSQL database
1–10 of 17 posts
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#2Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#3Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#4Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#5As this is backed by RocksDB, does that mean it’s disk-based? I’ve been looking for a way to utilize Redis but with hot (memory) and warm (nvme disk) mechanisms to boost my capacity affordably.
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#6As this is backed by RocksDB, does that mean it’s disk-based? I’ve been looking for a way to utilize Redis but with hot (memory) and warm (nvme disk) mechanisms to boost my capacity affordably.
I tested kvrocks about a year ago and don't have the benchmarks to hand anymore, but if I remember correctly kvrocks had a ~60% performance penalty compared to Redis, but depends on your disk speeds.
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#7Redis Alternative at Apache Software Foundation Now Supports RediSearch and SQL - https://news.ycombinator.com/item?id=40812879 - June 2024 (3 comments)
Show HN: Kvrocks – High Performance SSD Redis which supports replication and HA - https://news.ycombinator.com/item?id=20827111 - Aug 2019 (3 comments)
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#8Related. Others? Redis Alternative at Apache Software Foundation Now Supports RediSearch and SQL - https://news.ycombinator.com/item?id=40812879 - June 2024 (3 comments) Show HN: Kvrocks – High Performance SSD Redis which supports replication and HA - https://news.ycombinator.com/item?id=20827111 - Aug 2019 (3 comments)
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#9I tried finding some examples but they don't even have an `examples` directory on GitHub.
So I just assume that this is RedisJSON + per namespace passwords?
Also no info on drivers, so does this mean that drivers compatible with Redis should be used with this?
If it is focused on the JSON part of Redis, then I might start using it as a replacement.
Re: Kvrocks: Redis-compatible distributed key value NoSQL database
#10Also, RocksDB? Why? Your data is just going to go there to vanish forever, never to be seen again