gerashegalov commented on PR #16154:
URL: https://github.com/apache/iceberg/pull/16154#issuecomment-4920163938

   >  Also, I'm not a GPU programmer but I'm curious, isn't having a uniform 
split size for all the tables involved in a session be better for GPU bandwidth 
utilization
   
   My starting point was actually a single global default size. I don't see 
per-table tuning as a GPU-specific concern. It is like with the CPU the ideal 
split size depends  on compression ratios, table size (e.g. dim vs fact in a 
join). The GPU specific part is that you often want it much bigger relative to 
the CPU setting.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to