Opened 14 years ago

Closed 14 years ago

#1493 closed enhancement (fixed)

Cache HQL queries at session level

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.16
Component: core Version:
Keywords: Cc:

Description

It would be useful to cache HQL queries per session. As it is now we often build a new query every time a certain method is called. For example: Sample.countExtracts(). When calling this for multiple samples the same query is re-generated over and over again.

Change History (2)

comment:1 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5358]) Fixes #1493: Cache HQL queries at session level

Note: See TracTickets for help on using tickets.