File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ The following Motor method signatures behave differently in the {+driver-async+}
112
112
.. warning::
113
113
114
114
Motor users may experience a degradation of performance when switching to the
115
- {+driver-async+} driver. This is due to the {+driver-async+} driver using the native
116
- ``asyncio`` library instead of thread-based executors. Thread-based executors
115
+ {+driver-async+} driver. This is due to the {+driver-async+} driver using native
116
+ ``asyncio`` tasks instead of thread-based executors. Thread-based executors
117
117
have similar performance characteristics to the synchronous driver, but slower.
118
118
This means they perform better for workloads that do not fit the preceding criteria
119
119
for the {+driver-async+} driver.
You can’t perform that action at this time.
0 commit comments