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

Non "LDMS" Index Query Fail #96

Open
bschwal opened this issue Oct 18, 2023 · 1 comment
Open

Non "LDMS" Index Query Fail #96

bschwal opened this issue Oct 18, 2023 · 1 comment

Comments

@bschwal
Copy link
Collaborator

bschwal commented Oct 18, 2023

I made a simple schema with two fields called exe and app and added it to a sos container, both indexed. When I try to perform a dsos query on this blank schema (i.e. no data in the schema) the query fails UNLESS I actually use "order_by exe" or "order_by app" in the query. Dsosql should default to using one of the available indices, I think it's trying to use timestamp by default if I had to guess.

@tom95858
Copy link
Collaborator

@bschwal I think you are correct. I will post a fix.

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

2 participants