Oved Ourfali has submitted this change and it was merged. Change subject: core: Make Bookmark a Cacheable object ......................................................................
core: Make Bookmark a Cacheable object Make Bookmark stored in Hibernate 2nd level cache, implemented with Infinispan. This improved API performance (including serialization and network) from ~700ms to get 6K Bookmarks without JPA, to ~300ms to get 6K Bookmarks. Change-Id: Id4c758dbca7e8d31a5cbecdd8eb9dc65fa8e6992 Bug-Url: https://bugzilla.redhat.com/1159621 Signed-off-by: [email protected] <[email protected]> --- M backend/manager/modules/bll/src/main/resources/META-INF/persistence.xml M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Bookmark.java M packaging/services/ovirt-engine/ovirt-engine.xml.in 3 files changed, 24 insertions(+), 0 deletions(-) Approvals: Jenkins CI: Looks good to me, but someone else must approve Liran Zelkha: Verified Oved Ourfali: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/35023 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id4c758dbca7e8d31a5cbecdd8eb9dc65fa8e6992 Gerrit-PatchSet: 46 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
