[MCOL-2172] 'if' statement memory leak - ExeMgr Created: 2019-02-13 Updated: 2023-10-27 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.2.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
2um 2pm |
||
| Sprint: | 2020-3, 2020-4, 2020-5, 2020-6 |
| Description |
|
Report by customer 'if' statement memory leak it does not either with the query outside the join, but it does when the if statement is in the select. -> if(flip=1,comp_a1,a1) as fa1 |
| Comments |
| Comment by Jose Rojas (Inactive) [ 2020-05-11 ] |
|
hill do we know if this issue still exists, and if so on what version of columnstore? "Affect's version" is currently left blank. i'm not seeing any notable differences in memory usage between using an IF to select a column and using a regular select in 1.4.4 |