-
Problem report
-
Resolution: Fixed
-
Minor
-
3.0.10, 3.2.7
-
Sprint 13, Sprint 14, Sprint 15, Sprint 16
-
0.5
Zabbix web interface performs not optimal query when selecting all data from profiles table.
SELECT p. * FROM profiles p WHERE p.userid = ? ORDER BY p.userid , p.profileid
Suggested to select only specific columns of the table instead of all * if they are not needed.