Add the capability to insert multiple rows into read model stores with a single transaction (i.e. store.insertMany) #2225
Labels
enhancement
Issues related to potential improvements and new features
We find ourselves calling
store.insert
sequentially or in a cycle more and more often. If we had astore.insertMany
method that would insert a collection of rows with a single transaction, we could (hopefully) easily improve the read model build time.The text was updated successfully, but these errors were encountered: