Mike Kolesnik has uploaded a new change for review.

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(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/2610/1
--
To view, visit http://gerrit.ovirt.org/2610
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0190d150cd4d4cc45d7e70fe7ff51e557b1e3dca
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to