Compressed Shuffle (Arrow-IPC compression)
Upstream issues: [TODO] Rust side: https://github.com/apache/arrow-rs/issues/1709 [Partly Finished?] Java side: https://issues.apache.org/jira/browse/ARROW-8672
IPC block-based compression is supported now. we can still switch to column-based compression if it achieves better compression and performance.
Great work! Is that possible to report new benchmark results for the latest master? @richox
We could always explore buffer based compression when it gets direct support from arrow-rs later.
Great work! Is that possible to report new benchmark results for the latest master? @richox
we got some performance issue when running on STS with small memory and broadcast join enabled. i guest we have to implement native BHJ before we get a better benchmark result.