You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database updates should probably be done with transactions. Not sure what is being done currently. MongoDB seems to support transactions and 2 phase commit.
We also need to clarify the use/status of the uploaded set of documents that have not been published.
The text was updated successfully, but these errors were encountered:
Transactions are difficult (or impossible) to implement in MongoDB, especially since we are using multiple collections. The current icd version now validates all ICD files before ingesting any into the database. If the files are all valid, there should not normally be any database errors.
I don't think we should close this. It's a good idea to support transactions, maybe we need a different solution. I prefer that we leave this open for now.
Database updates should probably be done with transactions. Not sure what is being done currently. MongoDB seems to support transactions and 2 phase commit.
We also need to clarify the use/status of the uploaded set of documents that have not been published.
The text was updated successfully, but these errors were encountered: