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

Do not index all attributes #50

Open
d-r-q opened this issue Oct 27, 2019 · 0 comments
Open

Do not index all attributes #50

d-r-q opened this issue Oct 27, 2019 · 0 comments
Labels
api choose Issues, where there are several alternatives to consider and choose enhancement research underspecified
Milestone

Comments

@d-r-q
Copy link
Owner

d-r-q commented Oct 27, 2019

Actual behavior: qbit adds to ave index all attributes.

This solution requires additional storage for all attributes, even those, that are blobs and/or does not appear in any query.

There are two options to implement it:

  1. Index all attributes by default and add ability to disable indexation for specified attributes
  2. Do not index anything by default and add ability to enable indexation for specified attributes

It's unclear what is expected behavior for queries, that use not indexed attributes.

@d-r-q d-r-q added enhancement choose Issues, where there are several alternatives to consider and choose research underspecified api labels Oct 27, 2019
@d-r-q d-r-q added this to the Backlog milestone Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api choose Issues, where there are several alternatives to consider and choose enhancement research underspecified
Projects
None yet
Development

No branches or pull requests

1 participant