Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-656

Investigate performance improvements of caching PreparedStatements

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • None
    • 0.8.0
    • None

    Description

      MyBatis makes it easy for us to opt-in for caching of {{PreparedStatement}}s. This would be a matter of changing:

      @Transactional
      

      to

      @Transactional(executorType=ExecutorType.REUSE)
      

      While we can probably safely make this change without much risk, we should do this once we can verify the performance improvement.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wfarner Bill Farner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: