Core Protocol
AccountsDB
Também chamado de:AccountsDb
📖O que é
The persistent storage layer for all Solana accounts. AccountsDB stores account data in memory-mapped AppendVec files, indexed by pubkey and slot. It supports fast lookups, handles account deduplication across slots, and periodically cleans up dead accounts. AccountsDB is the largest consumer of validator disk space.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
BankCore Protocol
An in-memory representation of the accounts state at a specific slot. Each slot gets its o…
Ver termo →SnapshotCore Protocol
A serialized copy of the full accounts state at a rooted slot, used for fast validator boo…
Ver termo →AppendVecCore Protocol
A memory-mapped, append-only file used by AccountsDB to store account data. Each AppendVec…
Ver termo →