Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Currently the EXAMINED_ROWS column in INFORMATION_SCHEMA.PROCESSLIST is of type INT, so limited to 2^31, or about two billion max.
When doing an UPDATE that requires a full table scan on a table with more than two billion rows, EXAMINED_ROWS value for that session goes up to 2147483647 but then stops at that value even though the query is still scanning more rows.
Attachments
Issue Links
- duplicates
-
MDEV-30820 slow log Rows_examined out of range
- Closed
- relates to
-
MDEV-22861 INSERT with subquery on I_S.PROCESSLIST fails when EXAMINED_ROWS value range is exceeded
- Stalled
-
MDEV-30820 slow log Rows_examined out of range
- Closed