Details
-
Story
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
None
-
None
Description
Aurora exposes stats on high level storage operations. However, stats on individual low level MyBatis mapped statements is not currently exposed. Intercepting and exposing timing stats on these statements can facilitate database level optimizations such identifying long running queries, missing indexes, batching, etc.
Please note that query stats can also be acquired from H2 through INFORMATION_SCHEMA.QUERY_STATISTICS meta-table.