[MDEV-14604] Profile execution of prepared statement (prepare & execute) comparing with convention execution Created: 2017-12-07 Updated: 2018-11-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | benchmarking | ||
| Description |
|
We suspect that slower execution of Prepare & Execute come from double prepare and cleanup. But probably there other places, so we need to know where the time spend. Cases could be: |
| Comments |
| Comment by Oleksandr Byelkin [ 2017-12-11 ] |
|
I got an idea. Maybe start from some well known benchmark which emulate real queries. |
| Comment by Oleksandr Byelkin [ 2017-12-13 ] |
|
On first glance it is second prepare is time eater. |