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
- is blocked by
-
AURORA-591 Benchmark scheduler API operations to catch performance regressions
- Resolved
- is duplicated by
-
AURORA-556 H2-backed implementation of TaskStore
- Resolved