Bill Farner created AURORA-656:
----------------------------------

             Summary: Investigate performance improvements of caching 
PreparedStatements
                 Key: AURORA-656
                 URL: https://issues.apache.org/jira/browse/AURORA-656
             Project: Aurora
          Issue Type: Task
            Reporter: Bill Farner
            Priority: Minor


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

{code}
@Transactional
{code}

to

{code}
@Transactional(executorType=ExecutorType.REUSE)
{code}

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to