Reduce service_display_names order by columns

Ordering by host_display_name too here reduces performance as it forces MySQL to use a temp table.
This commit is contained in:
Eric Lippmann 2017-07-27 15:03:12 +02:00 committed by Eric Lippmann
parent ee429f54d0
commit c5f2fc5aa5
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ class ServiceStatus extends DataView
{
return array(
'service_display_name' => array(
'columns' => array(
'service_display_name',
'host_display_name'
),
'order' => self::SORT_ASC
),
'service_severity' => array(