Significant overhead for user-defined queries
Queries specified in (HQL) WebDSL require significant overhead to execute. For a single query, this is hard to notice, yet for multiple queries (more than 10), the overhead adds up and makes page loading slow. Consequently, pages with a dynamic number of queries never scale. Overhead seems independent of the type of query as it also occurs at the most trivial queries (e.g. from Type limit 0).
Related issues:
https://yellowgrass.org/issue/YellowGrass/142
https://yellowgrass.org/issue/YellowGrass/144
Submitted by Sander Vermolen on 29 September 2010 at 09:18
Log in to post comments