Skip to content

Commit 6801ed1

Browse files
rephrase
1 parent f8c6b7f commit 6801ed1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/crud/crud.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,12 +2330,10 @@ deprecate it and drivers that have not built it should not do so.
23302330

23312331
Q: Should drivers offer explain helpers?\
23322332
Originally, 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

23402338
Q: What about explain?
23412339

0 commit comments

Comments
 (0)