my-vegetable-has-exploded commented on issue #318:
URL: https://github.com/apache/datafusion/issues/318#issuecomment-3314319998

   DuckDB has many specialized join implementations depending on the use case. 
For example, IEJoin works for joins with more than two inequality conditions. 
AsofJoin reduces lookup cost by sorting on the key. SpatialJoin uses an R-Tree 
to skip over non-matching cases in high-dimensional spatial joins.
   
   Perhaps we could consider implementing them as plugins to reduce the review 
pressure? (Though I don't know how to using plugin in datafusion.)


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