robtandy commented on PR #60: URL: https://github.com/apache/datafusion-ray/pull/60#issuecomment-2651645766
Hey thanks! The number of actors created per query is `number_of_stages_in_query * concurrency / partitions_per_worker`. Or if `partitions_per_worker` is not set, then the number of actors created is `number_of_stages_in_query` -- 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]
