On Jul 13, 2004, at 12:38 PM, Lilantha Darshana wrote:

Because, I'm working on some data which has about few millions of data
this could be a performance problem. could you let me know how to improve
some performance with delete operation.

Don't use a full ORM tool for this operation, use a stored procedure. Hibernate has to execute cascades and lifecycles, therefore it has to load the objects. Please use the user forum.


--
Christian Bauer
+49 171 455 66 53

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://jboss.com



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to