File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2330,12 +2330,10 @@ deprecate it and drivers that have not built it should not do so.
23302330
23312331Q: Should drivers offer explain helpers?\
23322332Originally, it was determined that explain should not be exposed via
2333- specialized APIs in drivers (runCommand was always an option after server 3.0).
2334-
2335- Explain helpers are not required because it has been determined to be not a normal use-case for a driver. We'd like
2336- users to use the shell for this purpose. However, explain is still possible from a driver. Aggregate can be run using a
2337- runCommand method passing the explain option. In addition, server 3.0 offers an explain command that can be run using a
2338- runCommand method. However, some drivers historically have offered explain APIs and continue to do so.
2333+ specialized APIs in drivers because it it was deemed to be an unusual use-case for a driver. We'd like users to use the
2334+ shell for this purpose. However, explain is still possible from a driver. Some drivers have historically provided
2335+ explain helpers and continue to do so. Drivers that do not offer explain helpers can run explain commands using the
2336+ runCommand API.
23392337
23402338Q: What about explain?
23412339
You can’t perform that action at this time.
0 commit comments