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

Support mixed directions for compound indexes #40

Open
apkar opened this issue Jan 10, 2019 · 0 comments
Open

Support mixed directions for compound indexes #40

apkar opened this issue Jan 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@apkar
Copy link
Contributor

apkar commented Jan 10, 2019

Document Layer indexes are always ascending irrespective of the direction provided in the index specification. This is fine for simple indexes as Index Scan can call reverse getRange() on FDB to get keys in descending order. But, mixed directions in compound indexes can be very useful. Especially for SortPlan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant