Skip to content

Archive node on HDD (it's ok to fall behind) #6369

Answered by AskAlexSharov
ofarukcaki asked this question in Q&A
Discussion options

You must be logged in to vote
  1. if default mode it likely will not "constantly fall behind" - but will stabilize 1K block behind chain tip
  2. can run only RPC without sync (by running only ./cmd/rpcdaemon)
  3. can sync periodically (once a day) by --sync.loop.throttle
  4. can disable something: --txpool.disable, --torrent.uploda.rate=1kb
  5. Archive node need less IO than FullNode (delete old data is not free).
  6. can mount/symlink datadir/snapshots to HDD and datadir/chaindata to SSD
  7. if you will try sync from scratch on HDD - likely it will take too long time (if you don't have > 128GB RAM). sync on SSD, then copy to HDD is also possible.
  8. env variable like NO_SYNC=true maybe used, but we don't test it much. (likely it will not help muc…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ofarukcaki
Comment options

Answer selected by ofarukcaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants