fanfuxiaoran commented on PR #724: URL: https://github.com/apache/cloudberry/pull/724#issuecomment-2492889570
Looks interesting. And I have some questions to discuss. - Beside the seqscan, can the runtime filter apply to other types of scan? such as the index scan. - Looks only when the `hashjoin` node and `seqscan` node run in the same process can use the runtime filter. Which means the tables should have same distributed policy on the join columns or one of the table is replicated. -- 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]
