mina-indexer
mina-indexer copied to clipboard
Analyze if retrieving block directly from file instead of ingesting bytes into RocksDB is worthwhile
Instead of adding the block contents to the database, retrieve the block from file directly, when needed.
Some considerations:
- We have to keep PCB file indefinitely
- We might have to periodically purge
proofs
from PCB files (to save disk space) - Read performance might suffer.