Is Arpit is the system design course guy?
DiceDB
61–70 of 143 posts
Re: DiceDB
#62I think performance benchmark you have done for DiceDB is fake. These are the real numbers - https://dzone.com/articles/performance-and-scalability-analy... Does not match with your benchmarks.
We had to write a small benchmark utility (membench) ourselves because the long-term metrics that we are optimizing need to be evaluated in a different way.
Also, the scripts, utilities, and infra configurations are mentioned. Feel free to run it.
Re: DiceDB
#63Earlier quoted context omitted.
It is right there on the landing page. But, let me highlight it a bit.
IMO, replace "More than a Cache. Smarter than a Database." with an actual description. The saying is cute but does not really convey information the reader is after. And that spot is where you want people to immediately understand what it is.
Re: DiceDB
#64This seems orders of magnitude slower than Nubmq which was posted yesterday: https://news.ycombinator.com/item?id=43371097
Re: DiceDB
#65| Metric | DiceDB | Redis | | -------------------- | -------- | -------- | | Throughput (ops/sec) | 15655 | 12267 | | GET p50 (ms) | 0.227327 | 0.270335 | | GET p90 (ms) | 0.337919 | 0.329727 | | SET p50 (ms) | 0.230399 | 0.272383 | | SET p90 (ms) | 0.339967 | 0.331775 | UPD Nevermind, I didn't have my eyes open. Sorry for the confusion. Something I still fail to understand is where you can actually spend 20ms while…
They also sounded fishy to me. I'd expect closer to 10x as much throughput with Redis: https://redis.io/docs/latest/operate/oss_and_stack/managemen...
Re: DiceDB
#66Earlier quoted context omitted.
Can't wait to feel the impact of garbage collection in my fast cache!
We had a similar thought, but it is not as bad as we think. We have the benchmarks, and we will be sharing the numbers in subsequent releases. But, there is still a chance that I may come to bite us and limit us to a smaller scale, and we are ready for it.
Re: DiceDB
#67Re: DiceDB
#68Earlier quoted context omitted.
IMO, replace "More than a Cache. Smarter than a Database." with an actual description. The saying is cute but does not really convey information the reader is after. And that spot is where you want people to immediately understand what it is.
I changed that :) now the value proposition is right at the top.
Like, imagine a page that only said "SuperTransport -- 0 to 100 in 5 seconds", but it is not clear for the reader if it is a car or a horse or a plane or a parcel service...
... and the reader has to go and guess "hmm, guess due to the acceleration it is probably a car or a motorbike -- wonder of it is for sale or for rent?".
Just put "fast on premise key/value database" in the big font that was there -- if that is what it is. That is purely a guess from me, no idea if that is what it is.
Re: DiceDB
#69Re: DiceDB
#70Earlier quoted context omitted.
Can't wait to feel the impact of garbage collection in my fast cache!
We had a similar thought, but it is not as bad as we think. We have the benchmarks, and we will be sharing the numbers in subsequent releases. But, there is still a chance that I may come to bite us and limit us to a smaller scale, and we are ready for it.