Details
-
Problem report
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.10, 3.2.7
-
Team A
-
Sprint 13, Sprint 14, Sprint 15, Sprint 16
-
0.5
Description
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.