Re: Blog post about recent improvements to hash join in Arrow C++

2025-07-18 Thread Ruoxi Sun
Published at https://arrow.apache.org/blog/2025/07/18/recent-improvements-to-hash-join/ Thank you all and cheers! *Regards,* *Rossi SUN* On Mon, Jul 14, 2025 at 9:07 PM wish maple wrote: > +1 > > Best, > Xuwei Fu > > Alenka Frim 于2025年7月14日周一 20:41写道: > > > +1 from me too! > > > > I really l

Re: Blog post about recent improvements to hash join in Arrow C++

2025-07-14 Thread wish maple
+1 Best, Xuwei Fu Alenka Frim 于2025年7月14日周一 20:41写道: > +1 from me too! > > I really like that this topic is being shared in the form of a blog post — > it's well written and nice to read. I especially like the introduction! > I’d also be happy to read a bit more about hash joins here, as Nic >

Re: Blog post about recent improvements to hash join in Arrow C++

2025-07-14 Thread Alenka Frim
+1 from me too! I really like that this topic is being shared in the form of a blog post — it's well written and nice to read. I especially like the introduction! I’d also be happy to read a bit more about hash joins here, as Nic suggested. V V pon., 14. jul. 2025 ob 12:24 je oseba Nic Crane nap

Re: Blog post about recent improvements to hash join in Arrow C++

2025-07-14 Thread Nic Crane
Looks good, +1! Only tiny suggestion I'd make is a quick sentence explaining what a hash join is, or even to extend the first sentence. On Mon, 14 Jul 2025, 09:02 Bryce Mecum, wrote: > Bumping this for the Monday morning crowd. > > I think it'd be great to get a few general +1s if folks are sup

Re: Blog post about recent improvements to hash join in Arrow C++

2025-07-14 Thread Bryce Mecum
Bumping this for the Monday morning crowd. I think it'd be great to get a few general +1s if folks are supportive but don't have time to review. Thanks for taking this on Rossi. On Mon, Jul 7, 2025 at 3:19 AM Ruoxi Sun wrote: > > Hi all, > > I’ve drafted a blog post covering recent improvement

Blog post about recent improvements to hash join in Arrow C++

2025-07-07 Thread Ruoxi Sun
Hi all, I’ve drafted a blog post covering recent improvements to the hash join implementation in Arrow C++, including enhancements around stability, memory usage, and parallel performance. Feedback is very welcome in the PR: https://github.com/apache/arrow-site/pull/667 Big thanks to Bryce Mecum