[MDEV-7088] Query stats for compression based on TRIM size Created: 2014-11-12 Updated: 2014-11-12 Resolved: 2014-11-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.15-FusionIO, 10.1.1 |
| Fix Version/s: | 10.0.15-FusionIO, 10.1.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dhananjoy | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | fusion-io, innodb, xtradb | ||
| Description |
|
Need support for query stats to provide statistics on the various TRIM operations performed for the page-compression/NVM Compression workload. For the 2K format block-size it shows none For the 512B and 4K format block-size it shows the following It should support block-size 512B, 1K, 2K, 4K at this time. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-11-12 ] |
|
revno: 4002 Analysis: Status variables were missing from innodb_status_variables Fix: Add missing status variables to the array. |
| Comment by Jan Lindström (Inactive) [ 2014-11-12 ] |
|
commit ea8322687254fad00143ff7850a67ea8c7f0027e Analysis: Status variables were missing from innodb_status_variables Fix: Add missing status variables to the array. |