marten
marten copied to clipboard
Use IDocumentStore.BulkInsert inside a TransactionScope?
Discussed in https://github.com/JasperFx/marten/discussions/2148
Originally posted by youqingz March 30, 2022 I can use IDocumentSession to enlist an ambient transaction inside a TransactionScope, but I also would like to use IDocumentStore.BulkInsert for some of the operations for performance reasons, but seems like it is not supported at the moment?