SHOW ANALYZE STATUS

    语句提供 TiDB 正在执行的统计信息收集任务以及有限条历史任务记录。

    ShowTargetFilterable

    1. +--------------+------------+----------------+-------------------+----------------+---------------------+----------+
    2. +--------------+------------+----------------+-------------------+----------------+---------------------+----------+
    3. | test | t | p0 | analyze columns | 0 | 2020-05-25 17:23:55 | finished |
    4. | test | t | p0 | analyze index idx | 0 | 2020-05-25 17:23:55 | finished |
    5. | test | t | p1 | analyze index idx | 0 | 2020-05-25 17:23:55 | finished |
    6. | test | t | p3 | analyze index idx | 0 | 2020-05-25 17:23:55 | finished |
    7. | test | t | p3 | analyze columns | 0 | 2020-05-25 17:23:55 | finished |
    8. | test | t | p2 | analyze columns | 0 | 2020-05-25 17:23:55 | finished |
    9. 8 rows in set (0.00 sec)