Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Handling of very large model instances using Teneo
Handling of very large model instances using Teneo [message #608625] Tue, 03 July 2007 06:49
Robert Enyedi is currently offline Robert EnyediFriend
Messages: 68
Registered: July 2009
Member
Hi,

This is a question that I already asked in the EMF newsgroup, but I
would like to know what the advantages of Teneo are for this scenario
compared to XMI serialization.

I'm investigating EMF's ability to deal with very large model instances
which as a whole might not fit in the memory.

My usage scenario is similar to this one: Container (1) -> (*) Component
(one container holding many components). I have only one container. A
small number of components do fit in the memory, however the container
with all its components might not. A crucial thing is that the
components can have cross references among themselves.

It has been confirmed that for XMI serialization I can make use of the
org.eclipse.emf.ecore.resource.Resource class and save the components in
separate XMI files. The container can also be saved to a separate XMI
file by using non-containment references to its components.

Can I do the same model instance split with Teneo? Further more, is EMFT
Teneo of any help in managing the in-memory objects or should I make use
of a caching library instead?

Regards,
Robert
Previous Topic:hibernate and collection setters
Next Topic:hibernate and collection setters
Goto Forum:
  


Current Time: Thu Apr 25 13:58:59 GMT 2024

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

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

Back to the top