Redis vs. KeyDB vs. Dragonfly vs. Skytable
51–56 of 56 posts
Re: Redis vs. KeyDB vs. Dragonfly vs. Skytable
#52Earlier quoted context omitted.
please note that I ran the bench with 30 threads with 1 connection per thread. you're not doing the same but doing 28 threads with 20 connections on each thread, effectively using 560 connections whereas I only used 30 connections. rerun the same with -t 30 and -c 1
I think the point he/she is trying to make is the 25x claim is real
Re: Redis vs. KeyDB vs. Dragonfly vs. Skytable
#53Re: Redis vs. KeyDB vs. Dragonfly vs. Skytable
#54Doing a fresh rewrite would have enabled a nicer threading model, but it would make it harder to maintain compatibility. Plus at the time it was more to suggest to Redis multithreading was both desirable and possible which were disputed back then.
Re: Redis vs. KeyDB vs. Dragonfly vs. Skytable
#55Earlier quoted context omitted.
I think the point he/she is trying to make is the 25x claim is real
if I'm doing my math right: redis is doing 99892 sets per sec, so 25X should be 2,497,300. the video however shows 1,023,030 which is more like 10X and NOT 25X