-->
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: Hibernate hangs when querying large tables?
PostPosted: Fri Oct 23, 2009 11:34 pm 
Newbie

Joined: Sat Jun 17, 2006 9:04 pm
Posts: 4
I have been using Hibernate for a few years. In the last few days, I encountered a problem which I now seem to run out of ideas.

I need to run a query to a few tables, each of which has tens of millions of rows. The query is something like this (pseudo code):

Code:
select count(A.ID), A.GROUP_ID from A inner join B ... inner join C... where ... group by A.GROUP_ID


I am using Hibernate Core Version: 3.2.6-GA. Annotation: 3.3.1-GA. The Criteria API is used to implement the query. The program always hangs when it executes this query. Here is what I gathered:

1. With the debug turned on, I noticed that hanging happens right after the SQL statement printed out, and binding variables are set (no returned values were printed out)
2. If I copied the generated SQL statement, replace the binding variable (about 18 of them) with the values printed out, and paste the SQL in TOAD and execute it, the SQL returns the result in a few minutes.
3. If I ran the same java code against a smaller database, it ran fine. So it appears it is the data volume issue.

Has anyone run into this issue before? I'd be appreciated any tips or advice you may have.

Thanks,
AW


Top
 Profile  
 
 Post subject: Re: Hibernate hangs when querying large tables?
PostPosted: Mon Oct 26, 2009 10:02 am 
Newbie

Joined: Sat Jun 17, 2006 9:04 pm
Posts: 4
Bump. Anyone?


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.