Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-703

Cache ResultObjectProvider data to improve query performance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-M2
    • 2.0.0-M3
    • kernel
    • None

    Description

      Profiling indicated that JDBCStoreQuery.populateSelect consumes a significant amount of CPU, and is executed every time a query is run. While, in fact, the actual PreparedStatement is created and run only in QueryImpl.toResult. It seems like the returned ResultObjectProvider from JDBCStoreQuery.executeQuery can be at least partially cached, or even cached in its entirety (provided care is taken with the context parameters).
      It seems like such an improvement would significantly improve query performance.

      Attachments

        1. PreparedQueryCache.pdf
          184 kB
          Pinaki Poddar

        Issue Links

          Activity

            People

              ppoddar@apache.org Pinaki Poddar
              pron Ron Pressler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: