Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: utilize reverse scans when useful for ORDER BY #2169

Closed
petermattis opened this issue Aug 19, 2015 · 0 comments
Closed

sql: utilize reverse scans when useful for ORDER BY #2169

petermattis opened this issue Aug 19, 2015 · 0 comments
Assignees
Milestone

Comments

@petermattis
Copy link
Collaborator

When an ORDER BY clause requests descending ordering, evaluate whether a reverse scan would be beneficial. The evaluation itself should be straightforward. The larger bit of worker is adding support for reverse scans to scanNode.

@petermattis petermattis self-assigned this Aug 19, 2015
@petermattis petermattis added this to the Beta milestone Aug 19, 2015
@jess-edwards jess-edwards mentioned this issue Aug 20, 2015
78 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant