[SERVER-71303] Estimate nested arrays in max_diff code Created: 14/Nov/22 Updated: 05/Dec/22 Resolved: 30/Nov/22 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Alya Berciu | Assignee: | Backlog - Query Optimization |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Assigned Teams: |
Query Optimization
|
||||||||
| Participants: | |||||||||
| Description |
|
There is a uassert in max_diff code around generating histograms where we uassert upon seeing a nested array, instead of incrementing a type counter. We should fix this part of the generation code to simply update the array type counters and add corresponding tests. |