eigerco / quasar

A Soroban Indexer
Apache License 2.0
4 stars 1 forks source link

Optimize ingestion to use batch inserts #58

Open tomekpiotrowski opened 1 year ago

geofmureithi commented 11 months ago

Currently ingestion captures records incrementally, one at a time. It is worth to batch these and decrease calls to the databases.