redis-ipfs icon indicating copy to clipboard operation
redis-ipfs copied to clipboard

Is there any benchmark data for this db?

Open forrestchang opened this issue 3 years ago • 3 comments

I found this project from HackFS. It's fantastic! I didn't dive too much into the code yet and will do that later. Do you guys have some benchmark results compared to other key-value databases? That would be very helpful!

forrestchang avatar Jul 28 '22 05:07 forrestchang

Hey! I haven't done any in depth analysis just yet.

Under the hood, RIP is just redis backed up by IPFS. So the benchmarks will be in line with Redis benchmarks, there is some data on Redis here and they have their own benchmarking tool as well!

https://redis.io/docs/reference/optimization/benchmarks

Anecdotally, for JSON data writes I've seen RIP tends to be 2-3 orders of magnitude faster than uploading to IPFS. And for data reads 1-2 orders of magnitude faster than fetching from IPFS gateway (depending on gateway edge caching).

zdenham avatar Jul 28 '22 17:07 zdenham

Would love to have you in the discord as well if interested: https://discord.gg/5HQ5V7d5jh

zdenham avatar Jul 28 '22 17:07 zdenham

Hey @forrestchang if you hit "Set data" or "Get data" on the site, you will find how lightning fast this is âš¡

Set

image

Get

image

dawsbot avatar Jul 29 '22 03:07 dawsbot