Details
-
Improvement
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
4.4.0
-
None
-
None
-
Storage Execution
Description
I'm getting the following error message when creating view inside a transaction
pymongo.errors.OperationFailure: Cannot create a view in a multi-document transaction.
Any reason why view can't be created in a transaction (Given index and collection can now be created in a transaction)?