[FEA] [EPIC] Add support for kudo shuffle serialization format.
Opened this issue · 0 comments
liurenjie1024 commented
We have implemented kudo shuffle format, which significantly reduced serialization/deserialization time during shuffle comprared with current jcudf serialization format for wide tables.
TODOs
- 1. Introduce Kudo shuffle format. #2496
- 2. Code refactor for the preparation to add in the Kudo in Plugin. (#11667)
- 3. Enable Kudo in Plugin for shuffle and sized hash join (#11724)