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
When I run the ethereumetl stream --provider-uri http://mainnet:port --output=postgresql+pg8000://<postgres creds> from same machine(ethereumetl and postgres in same machine), the data is stored fast.
But when I run the script in remote machine(ethereumetl and postgres in diff machine) to store the data to PostgreSQL, it's slower than local machine.
I checked the networking side, no proxy added..
Please help me to resolve the issue.
The text was updated successfully, but these errors were encountered:
Hi Team,
When I run the
ethereumetl stream --provider-uri http://mainnet:port --output=postgresql+pg8000://<postgres creds>
from same machine(ethereumetl and postgres in same machine), the data is stored fast.But when I run the script in remote machine(ethereumetl and postgres in diff machine) to store the data to PostgreSQL, it's slower than local machine.
I checked the networking side, no proxy added..
Please help me to resolve the issue.
The text was updated successfully, but these errors were encountered: