mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
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...
https://docs.rs/rocksdb/latest/rocksdb/struct.DBCommon.html#method.multi_get
https://docs.rs/rocksdb/latest/rocksdb/struct.DBCommon.html#method.get_pinned_cf
https://docs.rs/rocksdb/latest/rocksdb/struct.ReadOptions.html#method.set_async_io
There is debug output for each block listed in the S3 bucket which fills up the logs.
We get username updates from [special user commands](https://docs.minaexplorer.com/minaexplorer/explorer-name-service) sent to a specific address (ME Name Service address). Do we want to use another address besides the ME Name Service address?