mv_collected_row_change_counts
The mv_collected_row_change_counts
view in the information_schema
database displays the best-effort counter for the number of changes that have been observed for the table partitions over time, and persisted to disk.
Column name | Description |
---|---|
| The name of the table. |
| The name of the database containing the table. |
| The |
| The total cumulative number of rows changed for this table on this partition. |
| The last recorded change count, when the statistics collection was triggered based on the metadata. |