Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO 0.8.0] Performance
[CDO 0.8.0] Performance [message #618159] Fri, 23 May 2008 07:18
Eclipse UserFriend
Hi Eike,

In EMF, everythings is somehow attached from a resource.
However, in our production system, our IStore never update objects
Resources.

Now, that I need to follow the standard, I developped my IStore to update
every objects correctly. However, when we create thousands of objects and
add it to the resource.contents... it starting to get very slow. Also it
needs to go through the list to find out if we already have the items..
etc..etc..

Here my questions:

Can we persist objects without adding it to the resource ?

Could we persist object in a way where objectA.resourceID == resourceA but
resourceA.content will not contains objectA ?
This is in Fact how the result of never updating a Resource.(My previous
IStore)

We could have something like.
CDOTransaction.persist(CDOResource, object);

Do you think it will go against something ?

Thank you.
Previous Topic:[CDO 0.8.0] eDirectResource return always NULL
Next Topic:[Teneo] Is hibernate.hbm.xml enough
Goto Forum:
  


Current Time: Sun Jul 06 13:19:44 EDT 2025

Powered by FUDForum. Page generated in 0.03572 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top