InterviewSolution
Saved Bookmarks
| 1. |
At What Interval Does Mongodb Write Updates To The Disk? |
|
Answer» By default configuration, MongoDB WRITES UPDATES to the disk EVERY 60 seconds. However, this is configurable with the commitIntervalMs and syncPeriodSecs OPTIONS. By default configuration, MongoDB writes updates to the disk every 60 seconds. However, this is configurable with the commitIntervalMs and syncPeriodSecs options. |
|