optimize hash table construction for UM joins
(MCOL-3586)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Patrick LeBlanc (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Description |
|
looking into what is necessary for the supertask. Going to use this subtask to track easy optimizations to be made after the main task is done.
|
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2019-11-14 ] |
|
Wrote versions of a couple key functions to take whole rowgroups as input. Did not eliminate all usage of the old fcns yet, just did the primary paths. Therefore, cluttered the code a little more by adding and not removing things. The cleanup will have to be another ticket, need to keep moving forward for now. |