Maor Lipchuk has posted comments on this change. Change subject: core: First refactor - remove vm_images_view ......................................................................
Patch Set 1: (3 inline comments) .................................................... File backend/manager/dbscripts/images_sp.sql Line 113: RETURN QUERY SELECT images_storage_domain_view.* In the view it is left outer join, this is simply a reflection of the vm_images_view that was before. Line 168: WHERE v_storage_domain_id in (SELECT id FROM fnsplitteruuid(images_storage_domain_view.storage_id)); Before it was grouped by in the DiskImageDAO, so I actually think that grouping it in the DB might be more sufficient from before. Don't you think so? Line 193: RETURN QUERY SELECT images_storage_domain_view.* See my comment above, it is a reflection of the vm_images_view -- To view, visit http://gerrit.ovirt.org/3633 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I58b08e6e55de9bc49ad13194b08f2c01b74c1578 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches