[
https://issues.apache.org/jira/browse/AURORA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Farner resolved AURORA-656.
--------------------------------
Resolution: Duplicate
Closing in favor of AURORA-556, as the major patch includes the REUSE executor
as the new default. Benchmarks in the course of preparing that patch shows a
non-trivial performance gain with its usage.
> 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
> Labels: newbie
>
> 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.3.4#6332)