Title: [opsview] [11509] Re-include prefetch, otherwise you lose the possible performance gains
Revision
11509
Author
tvoon
Date
2013-02-18 14:27:38 +0000 (Mon, 18 Feb 2013)

Log Message

Re-include prefetch, otherwise you lose the possible performance gains

Modified Paths

Modified: trunk/opsview-core/lib/Opsview/Schema/Hosts.pm
===================================================================
--- trunk/opsview-core/lib/Opsview/Schema/Hosts.pm	2013-02-18 14:18:12 UTC (rev 11508)
+++ trunk/opsview-core/lib/Opsview/Schema/Hosts.pm	2013-02-18 14:27:38 UTC (rev 11509)
@@ -796,6 +796,7 @@
             {},
             {
                 join     => "attribute",
+                prefetch => "attribute",
                 group_by => [qw(attribute.name me.value)]
             }
         )

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to