Closed spikeekips closed 5 years ago
How long does it take currently ? (And for how many blocks)
Current impl checks the stored blocks sequencially, naturally we can expect so long time as blocks are growing. :)
I understand there's a linear grow, I just wanted an estimation of the time it takes (let's say per 1k blocks).
@Geod24 I didn’t estimate, but I know it will be headache :) We can estimate it.
In 70000
height, it took almost over 1 minutes.
The elapsed time for
SavingBlockOperations.Check()
will be growing by growing block height.