-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.4.1] 'order by time desc' query does not order by time with different tags #4077
Comments
Seeming related problem today in case it helps track this issue down. I'm finding it hard to reproduce, but when I selected data in time ascending order (default) I get all of the data. When I queried in reverse order, I get only two points (see below). Tried the same query again later, and all of the data came in, but with the order messed up as previously reported (below)
later:
|
+1 |
I see the same issue here. As soon as a new tag comes in, sorting in descending order gets confused. I looks a little bit to me, like every time a new tag comes in, it starts a new "group" that is sorted on it's own. |
+1 |
closing in favor of #4235, which although newer, has more conversation |
Testing out #2022 I came across this problem. Version 0.9.4-rc1
Using CLI:
Note that most recently added point is 4th in the list. Adding another point with a different tag:
Note that most recently added point is again 4th in the list.
The text was updated successfully, but these errors were encountered: