2010YOUY01 commented on PR #733: URL: https://github.com/apache/sedona-db/pull/733#issuecomment-4130870099
> Thank you! > > This is all good from my end, although I usually think of "join ordering" as involving multiple joins (this is more like choosing the indexed side of a single join). I am also not sure I have a better idea of what to call the option 🙂 Thank you for the review. I agreed. Technically, the controlled feature is a simpler greedy join side swapping, whereas “join reordering” usually refers to more complex algorithms that aim to find a globally optimal join order. However, this name is more general and can still be used in the future if the implementation is extended to other join reordering algorithms. -- 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]
