Task #229 (new)
Opened 18 years ago
Last modified 17 years ago
Test the use of the Hibernate query cache
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | GatherReqs |
Component: | General | Version: | 3.0-RC1 |
Keywords: | performance | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description (last modified by jmoore)
The Hibernate query cache stores results of queries indexed by the query string. This can significantly reduce query times. However, this must be turned on on a per-query basis.
This may also be effected by #117 in that the queries are essentially indexed by current user and group.
Change History (2)
comment:1 Changed 18 years ago by jmoore
- Description modified (diff)
- Milestone changed from Unscheduled to 3.0-RC1
comment:2 Changed 17 years ago by jmoore
- Milestone changed from 3.0-Beta2 to GatherReqs
- Version changed from 3.0-M2 to 3.0-RC1
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Important for performance. Perhaps before release.