Oved Ourfali has submitted this change and it was merged. Change subject: core: Improve performance of getdisksvmguid ......................................................................
core: Improve performance of getdisksvmguid getdisksvmguid is using view all_disks_including_snapshots which used UNION instead of UNION ALL. This caused a needless performance hit. On the performance environment it reduced execution from 2.2s to 700ms. Change-Id: If037bf4a20f7cae9dd6ab6e7f95bcf0681b3bda1 Bug-Url: https://bugzilla.redhat.com/1141543 Signed-off-by: [email protected] <[email protected]> --- M packaging/dbscripts/create_views.sql 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Eli Mesika: Looks good to me, approved Allon Mureinik: Looks good to me, approved Liran Zelkha: Verified -- To view, visit http://gerrit.ovirt.org/34341 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If037bf4a20f7cae9dd6ab6e7f95bcf0681b3bda1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
