[SERVER-52803] Consider adding an analysis pass to SlotBasedStageBuilder Created: 12/Nov/20 Updated: 06/Dec/22 |
|
| Status: | Backlog |
| Project: | Core Server |
| Component/s: | Querying |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Drew Paroski | Assignee: | Backlog - Query Execution |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | qexec-team, sbe-post-v1 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Query Execution
|
| Participants: |
| Description |
|
At present, SlotBasedStageBuilder's constructor has some logic that searches the QuerySolutionNode tree to retrieve some information from the CollectionScanNode (if one exists) prior to SlotBasedStageBuilder::build() being called. In the future, if we need to gather other information from the QuerySolutionNode tree prior to SlotBasedStageBuilder::build() being called, we should consider adding a formal analysis pass to SlotBasedStageBuilder. |