-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v7.1
-
Repl 2023-07-24, Repl 2023-08-07, Repl 2023-08-21, Repl 2023-09-04, Repl 2023-09-18, Repl 2023-10-02, Repl 2023-10-16
-
168
Currently in dbCheck, we walk through the _id index and fetch each document. For each document, we will call the validateBSON function, which will ensure that the document is well-formed. We will call this in the kDefault validate mode to begin with so that the BSON validation is performant.
- is depended on by
-
SERVER-78461 Expose BSON validation modes in dbCheck
- Closed