Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit be13ef7

Browse files
Updating the README file for the new definitions of schema_table_statistics and schema_table_statistics_with_buffer
1 parent 0c3bb06 commit be13ef7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ Statistics around tables.
455455

456456
Ordered by the total wait time descending - top tables are most contended.
457457

458+
Also includes the helper view (used by schema_table_statistics_with_buffer as well):
459+
460+
* x$ps_schema_table_statistics_io
461+
458462
##### Example
459463

460464
```SQL
@@ -490,6 +494,8 @@ Ordered by the total wait time descending - top tables are most contended.
490494

491495
More statistics such as caching stats for the InnoDB buffer pool with InnoDB tables
492496

497+
Uses the x$ps_schema_table_statistics_io helper view from schema_table_statistics.
498+
493499
##### Example
494500

495501
```SQL

0 commit comments

Comments
 (0)