Description
Enhance our join capabilities to support many-to-many joins where the size of both sides of the join are too big to fit into memory (and thus cannot use our hash join mechanism). One technique would be to order both sides of the join by their join key and merge sort the results on the client.
Attachments
Attachments
Issue Links
- is duplicated by
-
PHOENIX-1169 Support joins between two large tables
- Closed