Mike Kolesnik has submitted this change and it was merged. Change subject: core: Do not return config on SnapshotDao.getAll ......................................................................
core: Do not return config on SnapshotDao.getAll When getting all snapshots by VM ID, do not return the configuration since this information is BIG and can be retrieved only when needed (usually it won't be needed). Instead, a field is added that will indicate if the config is available or not. Change-Id: I0190d150cd4d4cc45d7e70fe7ff51e557b1e3dca --- M backend/manager/dbscripts/snapshots_sp.sql M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Snapshot.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/SnapshotDao.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/SnapshotDaoDbFacadeImpl.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/SnapshotDaoTest.java 5 files changed, 83 insertions(+), 23 deletions(-) Approvals: Mike Kolesnik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2610 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0190d150cd4d4cc45d7e70fe7ff51e557b1e3dca Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
