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
First of all thanks very much for the tool - the best one in its niche!
I believe pgcenter v0.5.0 has a problem with ordering by time columns. Please note that in the example below when using descending ordering by t_all_t 791:04:45 goes after 79:18:40 which is wrong.
Yes, I confirm this problem, it occur due to time columns are sorted as strings and from this point of view sorting is correct ))) but from user's point it looks wrong of course.
As temp workaround, you can reset stats, since values are small and close to each others they will be sorted correctly.
First of all thanks very much for the tool - the best one in its niche!
I believe pgcenter v0.5.0 has a problem with ordering by time columns. Please note that in the example below when using descending ordering by t_all_t 791:04:45 goes after 79:18:40 which is wrong.
Thanks in advance.
The text was updated successfully, but these errors were encountered: