-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
v8.0, v7.3, v7.2, v7.1, v7.0
-
QI 2023-05-15, QI 2023-05-29, QI 2023-06-12, QI 2023-06-26, QI 2023-07-10, QE 2024-09-16, QE 2024-09-30, QE 2024-10-14, QE 2024-10-28, QE 2024-11-11, QE 2024-11-25
After SERVER-70984, we will stop using the UpdateIndexData data store in CollectionRoutingInfo. We have this information replicated on IndexCatalogEntryImpl class. We should consider keeping a single UpdateIndexData variable in the CollectionQueryInfo, but extend it so that it can store the FieldRef, std::string and allPathIndexed information for each separate index. This way it is also available for columnar indexes to obtain the separate paths without polluting the storage code
- is related to
-
SERVER-70984 Decouple the concepts "in-place updates" and "index updates"
- Closed