MongoDB has currently a .validate({full:true}) command which will validate the data for a single collection.
There should be a new command added which would validate all collections in all databases. The command should also print errors to the server log as soon as it finds any errors, so that the DBA can bail out early if he suspects data inconsistencies.
- related to
-
SERVER-8518 Recovering slave with journal causes Invalid BSONObj size -assertions
- Closed