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
Describe the bug
When running rosetta-cli check:data with very big balances file (all balances at given block number to check the chain starting from the given block), the BootstrapBalances sets accounts very slowly after cca 200000 records.
Every record adding takes more then 1 second then. (see Addition context)
To Reproduce
Start rosetta-cli check:data with very big bootstrap_balances JSON file. (like 200000 records).
New Setting account log records will appear more and more slowly after few thousands.
Expected behavior
Time necessary for balances bootstrap should be linear to amount of imported accounts.
Describe the bug
When running
rosetta-cli check:data
with very big balances file (all balances at given block number to check the chain starting from the given block), the BootstrapBalances sets accounts very slowly after cca 200000 records.Every record adding takes more then 1 second then. (see Addition context)
To Reproduce
Start
rosetta-cli check:data
with very bigbootstrap_balances
JSON file. (like 200000 records).New
Setting account
log records will appear more and more slowly after few thousands.Expected behavior
Time necessary for balances bootstrap should be linear to amount of imported accounts.
Additional context
The text was updated successfully, but these errors were encountered: