You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2009/05/09 19:20:45 UTC

[jira] Resolved: (OPENJPA-924) Cache Finder Query for performance enhancement

     [ https://issues.apache.org/jira/browse/OPENJPA-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar resolved OPENJPA-924.
-----------------------------------

    Resolution: Fixed

> 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
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> 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.