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
Pull the HeapSort implementation and planning code out of git history (removed in 05cc79c) and package it as a separate module that can extend the built-in query planning.
The text was updated successfully, but these errors were encountered:
This can also be applied as an optimization to RANK (#34) operations that include a HAVING clause that results in a limit-by-resource style query. Each group would use a heap to keep only the top-n results, and then they would be popped, extended with their rank, and emitted as a result.
Pull the HeapSort implementation and planning code out of git history (removed in 05cc79c) and package it as a separate module that can extend the built-in query planning.
The text was updated successfully, but these errors were encountered: