Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
Jim DeFabiaJim DeFabiaPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
Jim DeFabia
Jim DeFabiaPriority
Fix versions
Pull Request URL
Created June 27, 2017 at 3:55 PM
Updated July 12, 2017 at 3:15 PM
Resolved July 12, 2017 at 3:15 PM
Would be nice to include something about LOOKUP JOIN to ephasize that the rhs must fit into memory on every node.
for example:
If your job is spilling to disk or if you get
“error: 1301: Pool memory exhausted: pool id 4194667 exhausted, requested 1 heap(1216/4294967295) global(1216/1216) (in Lookup Join”
It means the RHS is too big and lookup join should not be used…