alamb commented on issue #7001:
URL: https://github.com/apache/datafusion/issues/7001#issuecomment-2726483812
> [@alamb](https://github.com/alamb)
[@ozankabak](https://github.com/ozankabak) What are the ways to make RoundRobin
more NUMA aware. I could come up with only this approach I was r
pranavJibhakate commented on issue #7001:
URL: https://github.com/apache/datafusion/issues/7001#issuecomment-2725340818
@alamb @ozankabak What are the ways to make RoundRobin more NUMA aware.
I could come up with only this approach
I was reading about how we could pin threads to CPUs s
Dandandan commented on issue #7001:
URL: https://github.com/apache/datafusion/issues/7001#issuecomment-2527559908
This is for TPC-H SF=1:
```
┏━━┳━━┳━━┳━━━┓
┃ Query┃ main ┃ repartition_exec_poc ┃Change ┃
┡
Dandandan commented on issue #7001:
URL: https://github.com/apache/datafusion/issues/7001#issuecomment-2527479510
Doing experiments in https://github.com/apache/datafusion/pull/13699 if
anyone is interested, results seem to look very promising (need to double
check).
--
This is an automa