Cache Finder Query for performance enhancement
----------------------------------------------
Key: OPENJPA-924
URL: https://issues.apache.org/jira/browse/OPENJPA-924
Project: OpenJPA
Issue Type: New Feature
Components: kernel
Reporter: Pinaki Poddar
Assignee: Pinaki Poddar
find() operation can result into execution of database query. Performance can
be improved by caching the generated query for reuse. The purpose of cache is
similar to JPQL query cache [1], but the implementation strategy is different.
Because the pathways to execute a finder query is somewhat different than that
of a JPQL query.
[1] http://issues.apache.org/jira/browse/OPENJPA-703
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.