resolve
resolve copied to clipboard
Add the capability to insert multiple rows into read model stores with a single transaction (i.e. store.insertMany)
We find ourselves calling store.insert
sequentially or in a cycle more and more often. If we had a store.insertMany
method that would insert a collection of rows with a single transaction, we could (hopefully) easily improve the read model build time.