councilbox / cbx-quorum-explorer

A light-weight open source block explorer for Quorum-based blockchain networks
GNU General Public License v3.0
23 stars 14 forks source link

Slow first synchronization, parallelize the syncer module #4

Open brunneis opened 6 years ago

brunneis commented 6 years ago

Parallelize the syncer module so it can synchronize the blockchain faster with multiple threads or processes. The number of transactions of each account have to be consistently updated during this process.

brunneis commented 5 years ago

It can be solved easily with Catenae + Kafka