-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Statistics
-
None
-
Storage Engines
-
v8.0
In HELP-65363 mongod may now start importing with the repair=true configuration. It would be useful to create a statistic to know how often that call is made. The reason is that sending in the metadata either as a string or file means creating the table is relatively constant time. But using repair=true means WT must walk the entire file and that can be unknown time. So getting signal on how often that option is used may be helpful.