You are viewing a single comment's thread from:
RE: Building a Blockchain with Go - Persistence and Command Line - Part 3
Hmm...so HDF5 is suitable for storing a bunch of data with a lot of different structure while LMDB more like when performance is really important, plus if you need embeddable database since LMDB doesn't require system calls 🤔