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
with this command
ethereumetl stream -e block,transaction,token_transfer,token,log --provider-uri http://127.0.0.1:8545 --output=postgresql+pg8000://user:[email protected]:5432/db--period-seconds 0 --max-workers 1000
It took 2 hours to index 15963 blocks. (recorded the time)
this is indexing old blocks starting from block 10,000,000
I am also running another one that's indexing the blockchain from the last block onwards (to keep database up to date)
Any advice on how to speed it up?
The text was updated successfully, but these errors were encountered:
I noticed that streaming is very very slow.
I'm running an Erigon Archive node locally
with this command
ethereumetl stream -e block,transaction,token_transfer,token,log --provider-uri http://127.0.0.1:8545 --output=postgresql+pg8000://user:[email protected]:5432/db--period-seconds 0 --max-workers 1000
It took 2 hours to index 15963 blocks. (recorded the time)
this is indexing old blocks starting from block 10,000,000
I am also running another one that's indexing the blockchain from the last block onwards (to keep database up to date)
Any advice on how to speed it up?
The text was updated successfully, but these errors were encountered: