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

feat: index validation without order #151

Merged
merged 4 commits into from
Aug 14, 2022
Merged

Conversation

TorstenDittmann
Copy link
Contributor

@TorstenDittmann TorstenDittmann commented Jul 13, 2022

Ignores query order for validation.

These Queries are Allowed:

  • A,B,C
  • A,C,B
  • B,A,C
  • B,C,A
  • C,A,B
  • C,B,A

Previous implementation only allowed following Queries:

  • A,B,C

This will make Indexes more accessible 👍🏻

@TorstenDittmann TorstenDittmann changed the title feat: covering index validation feat: index validation without order Aug 9, 2022
@eldadfux
Copy link
Member

For the sake of our records. This PR has changed to tackle only the index orders limitation. Queries with proper indexes will be accepted now regardless of the attributes order inside the index.

Covering indexes if accepted, will be tackled in a separate PR.

@eldadfux eldadfux merged commit e776273 into main Aug 14, 2022
@abnegate abnegate deleted the feat-covering-indexes-validation branch November 23, 2023 01:48
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

Successfully merging this pull request may close these issues.

3 participants