-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: A gate for JDBC?
PostPosted: Thu Feb 02, 2006 10:28 am 
Senior
Senior

Joined: Sun Mar 14, 2004 10:16 am
Posts: 129
Location: Ankara
There is no doubt that simple deletions via Hibernate takes too much time.

I think there must have been a gate in hibernate to jdbc, that doesnt consider about rules and available to use when you need "only" simple SQL to execute

such as

session.execute("Delete from CAT where type = 1");

Now I need to delete for about 20000 records, for consistency I used hibernate in all my db work, I had to write

session.delete("Select from.....")

it took for about 15 minutes, where as if I had been able to write a delete SQL, it should take at most 1 minute to clear these entries from db.

_________________
-developer


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 02, 2006 12:13 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
noone ever claimed differently.

Have you tried using hibernate 3.1 which has bulk update/delete HQL support ? Or simply just use sql for large bulk deletes ? (use the right tool for the right job)

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.