-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2025-03-31, Storage Execution 2025-04-14
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
extractElementAtPath() is a simple helper function defined in src/mongo/db/query/bson/dotted_path_support.cpp. We can maybe move it to src/mongo/bson and rename it to something like extractElementAtDottedPath. Doing so allows us to remove dependency on a query library from storage.