Rachelint commented on PR #15591: URL: https://github.com/apache/datafusion/pull/15591#issuecomment-4746951932
> I suggest not trying to parallelize steps 1 and 2, as they will likely conflict with each other. Step 3 should be highly parallelizable... Make sense. > The performance seems to be a nearly solved issue... Yes, and I think it seems make slight difference to performance after experiment before. https://github.com/apache/datafusion/pull/15591#issuecomment-2890524255 And I am paying effort to make it able to lead not regression when we disable the feature(regression happend due to we need to performance two index op even disabling). https://github.com/apache/datafusion/pull/15591#issuecomment-4343775983 -- 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]
