Use SQLite transactions when inserting Cardano Transactions
and Block Range Roots
#1656
Closed
3 tasks done
Labels
performances 🥇
Performances
Why
We can have a better insertion throughput if we use transactions in SQLite (see https://stackoverflow.com/questions/1711631/improve-insert-per-second-performance-of-sqlite).
This can be used to accelerate the insertion on Cardano transactions and block range roots on the signer and aggregator.
What
Create insert queries inside a transaction when importing the Cardano Transactions
and block range roots.How
and block range rootsAfter
The text was updated successfully, but these errors were encountered: