You need to log in before you can comment on or make changes to this bug.
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.
Rewriting code execution process.
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?