You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: