erigon icon indicating copy to clipboard operation
erigon copied to clipboard

Erigon Archive Node across multiple disks?

Open bcmeireles opened this issue 1 year ago • 1 comments

Would it also be possible to have the current syncing be done in a SDD while the others disks are HDD that only store past blocks? And prune on the SSD to never fill it up while sending the blocks that would be pruned to the HDDs

bcmeireles avatar Feb 29 '24 17:02 bcmeireles

yes, but only for blocks now (not state history, receipts) https://github.com/ledgerwatch/erigon?tab=readme-ov-file#datadir-structure

AskAlexSharov avatar Mar 01 '24 02:03 AskAlexSharov