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

Improve the performance of StateManagerImpl.initialize

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.0, 2.3.0
    • 2.2.1, 2.3.0
    • kernel
    • None

    Description

      While running some performance tests I found that StateManagerImpl.initialize could be improved through caching some additional meta data.

      I also found another improvement that could be added to the PCState.initialize(...) transition. As far as I can tell, the PCState transition(s) do not have a concept of what state they are coming from and in some instances we are doing work unnecessary work. For example, when finding an Entity with an active transaction, we have all clean bitsets, but when we call PCleanState.initialize(...) the state doesn't know that this is a 'fresh' instance and we don't need to touch the dirty bitset.

      Attachments

        1. openjpa-2151.patch
          18 kB
          Richard G. Curtis

        Issue Links

          Activity

            People

              curtisr7 Richard G. Curtis
              curtisr7 Richard G. Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: