tiki-deprecated / app-syncchain

TIKI's layer0 backup for localchains
MIT License
2 stars 0 forks source link

Bulk write #18

Open ricardobrg opened 2 years ago

ricardobrg commented 2 years ago

The write method needs to be called for each block. To improve performance it should receive a list of blocks and write them in bulk.

Currently the single sent synced nft events are causing crazy amounts of info sent to amplitude. image

Writing in bulk is needed to not go over amplitude limits.