Add analytics for MySQL prepared statements #370
Replies: 2 comments
-
The problem of calculating Latency using prepared statements and their showing in query analytics is the approach of using prepared queries - when processing requests, the application first creates a prepared stmt, executes it and then destroys it. Therefore, it is rather difficult to get statistics of all executed queries. |
Beta Was this translation helpful? Give feedback.
-
We've published discussion to MariaDB developers: https://lists.mariadb.org/hyperkitty/list/[email protected]/thread/3OP65GIDEOKZHQYN55ZGCNIPZDKOXU3V/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Add analytics for MySQL prepared statements
Related issue #353
Beta Was this translation helpful? Give feedback.
All reactions