
Eli Mesika has submitted this change and it was merged. Change subject: core: Improve performance of GetAllSnapshotsByStorageDomainId ...................................................................... core: Improve performance of GetAllSnapshotsByStorageDomainId GetAllSnapshotsByStorageDomainId returns a huge number of duplicate rows. Under load this creates a memory issue. This patch solves this. Change-Id: I87207b3c284c161b0d0dfa72d21fb47593d010b3 Bug-Url: https://bugzilla.redhat.com/1190471 Signed-off-by: lzelkha@redhat.com <lzelkha@redhat.com> --- M packaging/dbscripts/snapshots_sp.sql 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Piotr Kliczewski: Looks good to me, but someone else must approve Eli Mesika: Looks good to me, but someone else must approve Daniel Erez: Looks good to me, approved Roy Golan: Looks good to me, but someone else must approve Liran Zelkha: Verified -- To view, visit http://gerrit.ovirt.org/37645 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I87207b3c284c161b0d0dfa72d21fb47593d010b3 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <lzelkha@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Liran Zelkha <lzelkha@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server