-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 8.10-HF05, 9.1
-
Component/s: Core MongoDB
-
Epic Link:
-
Backlog priority:1,000
-
Sprint:nxcore 9.2.4
-
Story Points:2
In MongoDB directories implementation, the "on_missing_columns" policy checks if all the entries have all the fields defined in the corresponding schemas.
However, all the fields are not required and therefore the entries in MongoDB could miss some values. This will cause the table drop and therefore the loss of any data added since the previous restart.
For MongoDB, as a noSQL database, there is no notion of columns, so the "on_missing_columns" policy may behave like the "never" policy