Partitioning
Generally, the available memory is not sufficient to compute all the group-bys in the MST
- Must decide what group-bys to compute together (when to allocate and deallocate memory for different hash-tables and on what attribute
- Conjecture: the problem is NP-complete ? HEURISTIC (choose an attribute that gives the largest subtree)