(no title)
reconditerose | 10 months ago
It struggles a bit on certain types of workloads like hot keys, think heavy hitting a single sorted set. It's a cool architecture.
reconditerose | 10 months ago
It struggles a bit on certain types of workloads like hot keys, think heavy hitting a single sorted set. It's a cool architecture.
neonsunset|10 months ago
(I'd imagine implementing mechanisms for resilient storage and larger than memory data sizes would be the hard parts)
arghwhat|10 months ago
whizzter|10 months ago
As good as Redis is, modern computers with multiple cores potentially leaves a lot of performance on the table. Garnet seems to be a well designed multithread KV-store (though sadly the benchmark page doesn't list benchmark for more complex objects even if the simple cases looks good).