mosaicnetworks / babble

Distributed Consensus Middleware
MIT License
478 stars 95 forks source link

Bootstrap load events progressively #131

Closed arrivets closed 5 years ago

arrivets commented 5 years ago

Bootstrap fetches all events from the DB in one query before calling InsertAndRunConsensus.

Do it progressively instead (ex by batches of 1000 events)

arrivets commented 5 years ago

Fixed in v0.3.3