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

Allow querying on fields that are mapped to sparse column #24

Open
CraigLRussell opened this issue Jul 9, 2015 · 0 comments
Open

Allow querying on fields that are mapped to sparse column #24

CraigLRussell opened this issue Jul 9, 2015 · 0 comments

Comments

@CraigLRussell
Copy link
Contributor

Currently, query only allows fields that are mapped to their own columns. Fields that are mapped to sparse columns cannot be used in query expressions. This restriction is ok for now, since there is no way to push the query to the back end.

But in future, it will be possible to create query expressions that include fields from the column with the sparse fields, by using the JSON functions in the server. It will even be possible to index some of the fields from the sparse columns.

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