MonadDb is the world’s first database
purpose-built for the EVM. The EVM requires data to be stored in a
special cryptographic data structure, known as a Merkel Patricia
Trie (MPT), which allows for succinct verification of blockchain
data.
MonadDb leverages the latest advancements in
Linux kernel technology to support parallel state access, greatly
reducing the overhead of database access and allowing system
resources to be used elsewhere during parallel execution.
In
contrast, off-the-shelf databases are largely suboptimal for
storing MPT data, which may result in applications downloading
significantly more data for verification, or otherwise pose
significant challenges to blockchain scalability.