You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a snapshot, and if we can config to make node read only?
which means, node only read data from levelDB, and no p2p function?
to maxmum the read API performance under the same resource?
btw,can I use rocketDB for snapshot file?
The text was updated successfully, but these errors were encountered:
@PikaZ76 You can start a java-tron node with snapshot and stop sync with other blocks, just remember the lightweight data is outdated, and may not contains the block details you needed. Check the lightweight official document. If your API need to return account status, like balance, you need to keep your node syncing with the Mainnet.
I get a snapshot, and if we can config to make node read only?
which means, node only read data from levelDB, and no p2p function?
to maxmum the read API performance under the same resource?
btw,can I use rocketDB for snapshot file?
The text was updated successfully, but these errors were encountered: