[MCOL-5250] Disk-based DISTINCT Created: 2022-10-05 Updated: 2023-12-22 |
|
| Status: | Stalled |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 22.08.1 |
| Fix Version/s: | 23.10 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | rm_big_data | ||
| Issue Links: |
|
||||||||||||
| Epic Link: | Tech debt | ||||||||||||
| Sprint: | 2021-17, 2022-22, 2022-23, 2023-4, 2023-5, 2023-6, 2023-7, 2023-8, 2023-10, 2023-11 | ||||||||||||
| Description |
|
As of 22.08.01 MCS does DISTINCT processing TupleAnnexStep. This step leverages hashmap for the purpose. This solution is simple but it:
This issue is about a new DISTINCT implementation(presumably based on RowStorage) that:
|