-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2024-08-05
As part of the code ownership effort, we are trying to organize most query-owned source code into appropriate subdirectories of src/mongo/db/query. The db/bson directory contains not the BSON implementation itself, but helpers for processing BSON that are designed for use in query processing. Since this is really code which supports query processing, we should move db/bson so that it is a subdirectory of db/query.