[MDEV-4904] Add query cache hit information to Percona Response time distribution plugin (MDEV-4568) Created: 2013-08-16 Updated: 2020-11-17 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | roberto spadim | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Include two new columns to QUERY_RESPONSE_TIME: the non query cache queries could be found as: |
| Comments |
| Comment by roberto spadim [ 2013-08-18 ] |
|
MUST create unit test patch |
| Comment by roberto spadim [ 2013-08-18 ] |
|
please change to TASK, it's not a BUG! |
| Comment by Sergey Vojtovich [ 2014-06-26 ] |
|
rspadim Thanks for your contribution! I applied slightly modified patch to 10.1. |
| Comment by roberto spadim [ 2014-06-26 ] |
|
=] you are wellcome guys =] |
| Comment by roberto spadim [ 2014-06-26 ] |
|
with time, if you want to check |
| Comment by Sergey Vojtovich [ 2015-02-16 ] |
|
Roberto, what was the use case for this feature? Filtering out QC hits? |
| Comment by roberto spadim [ 2015-02-16 ] |
|
For current mdev, know what was the exactly time take from standard queriess and query cached queriess, usefull to fine tune apps |
| Comment by Sergey Vojtovich [ 2015-02-16 ] |
|
Quoting Sergei's review:
Isn't it the case? |
| Comment by roberto spadim [ 2015-02-16 ] |
|
Well from my tests with a pentium 3 i got 30ms from query cache, the biggest qc return was 147 ms , |
| Comment by roberto spadim [ 2015-06-23 ] |
|
just to add a comment and a feature usefull.. when we restart the stats should be nice when it happened, maybe a status variable (show status) reporting the last flush could be very usefull to get informatino about "queries/second" (now-flush datetime) |