|
Author:
{'name': 'Martin Neupauer', 'email': 'martin.neupauer@mongodb.com', 'username': 'MartinNeupauer'}
Message: SERVER-48228 Move slot-based execution engine and supporting changes into the master branch
This is an initial commit for the slot-based execution engine (SBE) which contains:
- Implementation of the core slot-based engine.
- The SBE stage builder, which is responsible for translating a QuerySolution tree
into an SBE plan.
- Other changes necessary for integration with the find command.
Co-authored-by: Anton Korshunov <anton.korshunov@mongodb.com>
Co-authored-by: Justin Seyster <justin.seyster@mongodb.com>
Co-authored-by: David Storch <david.storch@mongodb.com>
Branch: master
https://github.com/mongodb/mongo/commit/e3948d4d8817579b6b03618e64e1b9e8cc2ef086
|