You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial implementation should just be a new type of planNode which buffers the results and sorts them on the desired columns. Follow-on optimization would be to incorporate ORDER BY requirements into index selection to eliminate the explicit sort when possible.