Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.6, 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL)
Description
When a table is accessed by an index, "pages_accessed" in the "r_engine_stats" of ANALYZE FORMAT=JSON output displays suspiciously large numbers. See the test case attached and compare pages_accessed=14 for full table scan against pages_accessed=2003 for an access by index.
Attachments
Issue Links
- relates to
-
MDEV-29151 Index choice depends on index definition order
- Closed
-
MDEV-31577 Make ANALYZE FORMAT=JSON print innodb stats
- Closed
-
MDEV-31589 Secondary index MVCC access is unnecessarily inefficient
- Stalled