field-manual icon indicating copy to clipboard operation
field-manual copied to clipboard

Which OrbitDB is more suitable?

Open dexterchan opened this issue 6 years ago • 2 comments

I am opening an use case as documented below: https://github.com/dexterchan/IPFS_Dist_DB_DEMO/blob/master/IPFS_Usecase.md

in OrbitDb: key store or document store which one is more suitable?

We would expect a throughput around 20Kb per second.

dexterchan avatar Feb 03 '18 11:02 dexterchan

Hi @dexterchan, sorry for the delay in replying! All data updates are stored in IPFS as operation log entries and then reduced via state. Your bottlenecks are different each way: for writes you have network throughput and disk IO via IPFS. For reads it will be CPU and ram.

Given that, I don't believe key store and document stores are substantially different. However, this is an old ticket and you may have moved on! Did you build anything? How did it go?

aphelionz avatar Apr 16 '19 20:04 aphelionz

Moving to the Field Manual repo for more discussion

aphelionz avatar Sep 27 '19 16:09 aphelionz