banco de dados muito interessante e muito necessário para toda a pilha de tecnologia blockchain. Vou investigar isso profundamente. Ele resolve muitos problemas para serviços amplamente adotados como o Kyber, se realmente funcionar.
Dr. Bernhard Scholz
Dr. Bernhard Scholz15 de ago., 15:37
Most blockchain databases use a Merkle–Patricia trie on top of a key–value store (like LevelDB or RocksDB). Such a design adds extra read lookups, slowing down the blockchain database as it grows. We refer to the extra lookups as the read amplification problem. SonicDB removes that extra layer of key-value stores by indexing the world state directly in binary files, avoiding the “read amplification” and improving the access time significantly.
2,05K