-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Based on:
https://emptysqua.re/blog/response-to-asynchronous-python-and-databases/
... Motor might perform better under the expected common cases if it uses a thread pool instead of greenlets. Plus the implementation will be dramatically simplified, and porting to PyMongo 3 (MOTOR-87) will be a cinch.
PyMongo 3.x can drop the hooks for Motor: _event_class, _monitor_class, and _pool_class.
- depends on
-
MOTOR-108 Standard driver benchmark suite
- Closed
- is depended on by
-
PYTHON-1149 Remove _condition_class, _monitor_class, and _pool_class hooks
- Backlog