cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 156851 - HQL Editor execution improvements
: HQL Editor execution improvements
Status: STARTED
: javaee
Hibernate
: 6.7
: All All
: P3 (vote)
: 6.7
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-01-15 08:46 by
Modified: 2009-02-19 23:27 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-01-15 08:46:16
HQL Editor execution currently implemented using few threads to avoid
complexity. This is resulting slow execution of
the query. This needs to be updated to use multiple threads and synchronizing
the execution, progress display, error
notifications, result computations and final display of the result.
------- Comment #1 From 2009-01-15 08:51:38 -------
Rewriting code execution process.
------- Comment #2 From 2009-02-06 13:06:12 -------
I try to run some queries on HQL Editor but it is not only slow, it just
doesn't complete and hangs forever.
In my case, it hangs on %80 on processing. It's a large db, but not huge. It
has 70+ tables, but very few rows in every
table. (development phase)

A workaround was to add <property name="hibernate.max_fetch_depth">1</property>
So it takes 2-3 minutes to return a table of 7 columns and 8 rows.

I consider this as a bug rather then inconvenience. Is there any possibility to
include this sooner then ver7?