[MDEV-107] Provide statistics counters for MRR Created: 2012-01-23 Updated: 2012-02-24 Resolved: 2012-02-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 5.3.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We need statistics counters for MRR. In particular, we need
The first attempt at counters was:
However, the names/semantics were deemed too complicated. Now, we need to come up with simpler definitions. == Proposal#1 ==
== Proposal#2 ==
== Decision == On the last optimizer call, we've decided to go with these counters: Handler_mrr_init and the first fill is not counted as a "refill". |
| Comments |
| Comment by Sergei Petrunia [ 2012-01-27 ] |
|
This is now coded, pushed, and documented. |
| Comment by Sergei Petrunia [ 2012-01-31 ] |
|
Counters, as they are added, are inappropriate (Igor's feedback). We'll need to fix them. |
| Comment by Sergei Petrunia [ 2012-01-31 ] |
|
current counters:
|
| Comment by Sergei Petrunia [ 2012-02-22 ] |
|
Push the patch with the new names. |
| Comment by Sergei Petrunia [ 2012-02-24 ] |
|
New counters were pushed. |