You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _mongopatch_tmp collection keeps growing on the disk, even though it doesn't contain any documents. MongoDB doesn't reclaim the disk space when documents are deleted.
Possible solutions, make the collection a capped collection or drop the collection before running a dry-run.
The repairDatabase command isn't really an option as it locks the whole database while it's running.
The text was updated successfully, but these errors were encountered:
The
_mongopatch_tmp
collection keeps growing on the disk, even though it doesn't contain any documents. MongoDB doesn't reclaim the disk space when documents are deleted.Possible solutions, make the collection a capped collection or drop the collection before running a dry-run.
The
repairDatabase
command isn't really an option as it locks the whole database while it's running.The text was updated successfully, but these errors were encountered: