|
|
|
|
|
by sandGorgon
3215 days ago
|
|
Leveldb is great - but we are already seeing an explosion in system requirements of blockchains. For example, Monero is already at 25gb. What ends up happening is that people who are serious about this, end up having to port the data structures to a scalable solution.
For example take a look at all the questions around "how do I make Bitcoin work with MySQL for larger websites" - https://www.google.co.in/search?q=bitcoin+mysql+site:bitcoin... It would be so great if you guys could use a datastore that is setup for scale from the get go. |
|