-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2025-08-04, QE 2025-08-18
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently all classic plan stages are in `mongo/db/exec`.
However, SBE is in a sub-directory `mongo/db/exec/sbe`.
And a new project aims to move execution logic of aggregation pipelines into `mongo/db/exec/agg`.
For consistency and ease of search, we should move classic engine into `mongo/db/exec/classic` or something like this.
- related to
-
SERVER-108513 Create a classic engine Bazel library
-
- Backlog
-
-
SERVER-108561 extract histogram_server_status_metric.h into its own library
-
- Closed
-