A document can be saved to the database with changes without the metadata being updated.
A possible reason is that the document is that insertion and updating the metadata are individual database operations. A document is first inserted, then if insertion succeeds it is also marked as touched.
A document can be saved to the database with changes without the metadata being updated.
A possible reason is that the document is that insertion and updating the metadata are individual database operations. A document is first inserted, then if insertion succeeds it is also marked as touched.