alamb commented on issue #23194:
URL: https://github.com/apache/datafusion/issues/23194#issuecomment-4811570206

   > The key architectural trait I'd like to highlight is the original 
"isomorphic scaling" 
   
   I found this terminology somewhat complicated to grok at first -- in my 
words this means that the work is divided across DataFusion partitions and 
additional parallelization is implemented explicitly in terms of partitions 
(rather than more cores for a particular operator, for example). 
   
   The rationale is that ballista and datafusion distributed reason about and 
can distirbuted partitions across cores and nodes


-- 
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