-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
2.2.0
-
debian wheezy, mariadb 5.5
vc_db_read_values_by_count() and vc_db_read_values_by_time() reads to MUCH data from sql when it can't find need value in first iteration.
In my situation SQL server halted over weekend and there no data in last two days. when server evaluate last(0,86400) function - it's try read ALL values and nothing found.
So, why it try read unneeded data?