[hibernate-dev] Performance issues with HT_ tables?

2010-12-13 Thread Marcel Stör
Sorry to ask for help on the dev list but it seems as if no regular user would ever have to deal with such low level issues. Since we're having serious performance problems (queries running more than an hour...) with HT_ tables I was looking for documentation that describes the when/why/how/etc

Re: [hibernate-dev] Performance issues with HT_ tables?

2010-12-13 Thread Steve Ebersole
Those tables are used as part of bulk update/delete HQL processing -- Sent from my Palm Pre On Dec 13, 2010 4:43 PM, Marcel Stör wrote: Sorry to ask for help on the dev list but it seems as if no regular user would ever have to deal with such low level issues. Since

Re: [hibernate-dev] Performance issues with HT_ tables?

2010-12-13 Thread Marcel Stör
On 14.12.2010 03:02, Steve Ebersole wrote: > Those tables are used as part of bulk update/delete HQL processing Thank you. That much I figured by now ;-) However, this does not explain (for me) why a) Why they are used at all in the situation I described - are they used for all bulk update/delete