forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Modify client-side in-memory sort of GROUP BY results per parallel scan #696

Closed jtaylor-sfdc closed 10 years ago

jtaylor-sfdc commented 10 years ago

Now that we hopefully scale well for GROUP BY on the server-side, we should replace our in-memory sort on the client-side with our memory-mapped-file-backed sort instead.

jtaylor-sfdc commented 10 years ago

This has already been done a while back.