Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Teneo] Performance creating a DB
[Teneo] Performance creating a DB [message #606698] Wed, 16 May 2007 05:53
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
I was wondering if there are any tips or pointers regarding performance
and Teneo. I have a fairly large model (about 60M in XML) and I just
loaded it into mysql using Teneo. Basically I just loaded the root
contents from the resource and saved it to a hibernate session.

I was wondering if there are any obvious ways to speed this up (I just
realized I missed something in my model so I will be running it again
tomorrow). I didn't know if there were a bunch of extra calculations
(notifications) being done that I could safely turn off during this
operation. So far all I do is:


Session session = ...
Transaction tx = ....

session.save(rootNode);

tx.commit();
session.close();

cheers,
ian
Previous Topic:[Teneo] Which version of Hibernate?
Next Topic:how to paging big model and still reserve EMF.Edit command framework?
Goto Forum:
  


Current Time: Sat Apr 20 16:07:15 GMT 2024

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

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

Back to the top