Expand description
Table names used by the storage engine.
Constants§
- ACCOUNT_
CODES - Account codes column family:
Vec<u8>=>Vec<u8> - ACCOUNT_
CODE_ METADATA - Account code metadata column family:
Vec<u8>=> [u8; 8] - ACCOUNT_
FLATKEYVALUE - Account sate flat key-value store: [
Nibbles] =>Vec<u8> - ACCOUNT_
TRIE_ NODES - Account State trie nodes column family: [
Nibbles] =>Vec<u8> - BLOCK_
ACCESS_ LISTS - Block access lists column family:
Vec<u8>=>Vec<u8> - BLOCK_
NUMBERS - Block numbers column family:
Vec<u8>=> [u8;_] - BODIES
- Block bodies column family:
Vec<u8>=>Vec<u8> - CANONICAL_
BLOCK_ HASHES - Canonical block hashes column family: [
u8;_] =>Vec<u8> - CHAIN_
DATA - Chain data column family:
Vec<u8>=>Vec<u8> - EXECUTION_
WITNESSES - Execution witnesses column family:
Vec<u8>=>Vec<u8> - FULLSYNC_
HEADERS - Block headers downloaded during fullsync column family: [
u8;_] =>Vec<u8> - HEADERS
- Block headers column family:
Vec<u8>=>Vec<u8> - INVALID_
CHAINS - Invalid ancestors column family:
Vec<u8>=>Vec<u8> - MISC_
VALUES - PENDING_
BLOCKS - Pending blocks column family:
Vec<u8>=>Vec<u8> - RECEIPTS
- Receipts column family (legacy, pre-v2):
Vec<u8>=>Vec<u8>Used only for migration reads (v1→v2). Not listed inTABLES, sodrop_obsolete_cfs()removes it right after migration completes (same startup). - RECEIPTS_
V2 - Receipts v2 column family:
Vec<u8>=>Vec<u8> - SNAP_
STATE - Snap state column family:
Vec<u8>=>Vec<u8> - STORAGE_
FLATKEYVALUE - Storage slots key-value store: [
Nibbles] =>Vec<u8> - STORAGE_
TRIE_ NODES - Storage trie nodes column family: [
Nibbles] =>Vec<u8> - TABLES
- TRANSACTION_
LOCATIONS - Transaction locations column family:
Vec<u8>=>Vec<u8>