resolve icon indicating copy to clipboard operation
resolve copied to clipboard

Add the capability to insert multiple rows into read model stores with a single transaction (i.e. store.insertMany)

Open VasilyStrelyaev opened this issue 3 years ago • 0 comments

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.

VasilyStrelyaev avatar Jan 27 '22 10:01 VasilyStrelyaev