|
Author:
{'name': 'David Storch', 'username': 'dstorch', 'email': 'david.storch@mongodb.com'}
Message: SERVER-42182 Reimplement SortStage in terms of SortExecutor.
This consolidates the implementations of DocumentSourceSort
and SortStage to both use the same underlying sort execution
code. It also allows a future change to expose external sort
for find command (which currently requires
'enableTestCommands=true').
Branch: master
https://github.com/mongodb/mongo/commit/6d0a0e46b987dbc69a5694ff03d53d7e7e25b065
|