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.
We find ourselves calling
store.insertsequentially or in a cycle more and more often. If we had astore.insertManymethod that would insert a collection of rows with a single transaction, we could (hopefully) easily improve the read model build time.