Answer Posted / Karan Kumar
Journaling in MongoDB is a write-ahead logging (WAL) mechanism that ensures data consistency and durability. It logs all transactions to a file on disk before they are committed, allowing the database to recover in case of unexpected crashes or power failures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers