redis-ipfs
redis-ipfs copied to clipboard
Is there any benchmark data for this db?
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!
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).
Would love to have you in the discord as well if interested: https://discord.gg/5HQ5V7d5jh
Hey @forrestchang if you hit "Set data" or "Get data" on the site, you will find how lightning fast this is âš¡
Set

Get
