I've installed mongodb 4.4.3 on my Raspberry Pi and I've noticed there are some IO operations even though no client is connected and no queries from my side. First I've noticed FTDC writing every ~8seconds, so I set diagnosticDataCollectionEnabled: false. But there still remain writes into WiredTiger.wt (.turtle and index) every minute. What does it do, is it some journal? Can I disable it? It is my personal dev webserver, there won't be much writing/reading from my side, so I dont see the point in mongo doing some unnecessary writing, since it will be just slowly killing my SSD. (Btw. I'm a nub, never really worked with mongo)
diagnosticDataCollectionEnabled: false
storage.journal.commitIntervalMs ( default=100ms , you can increase up to 500ms )
2.1m questions
2.1m answers
60 comments
57.0k users