[MCOL-5376] Add support for "nested loop" join.(non-equi and cartesian) Created: 2022-12-30 Updated: 2023-12-15 |
|
| Status: | Stalled |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Denis Khalikov | Assignee: | Denis Khalikov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Motivation: Description: Currently CS has only "hash join" algorithm which uses "hash table" for "small side column" and iterates for each element on "large side column" trying to match that value in the given "hash table". We have to add new "nested loop" join which will iterate over "small side column" values for each value in "large side column" asymptotic complexity O(n*m). |
| Comments |
| Comment by JiraAutomate [ 2023-12-15 ] |
|
Automated message: |