root@dbstore1002.eqiad.wmnet[information_schema]> select TABLE_SCHEMA,TABLE_NAME,UPDATE_TIME,TABLE_ROWS from tables where ENGINE='TokuDB' and TABLE_SCHEMA='staging' order by update_time desc; +--------------+-----------------------------+---------------------+------------+ | TABLE_SCHEMA | TABLE_NAME | UPDATE_TIME | TABLE_ROWS | +--------------+-----------------------------+---------------------+------------+ | staging | editor_month | 2019-01-22 15:32:32 | 57913761 | | staging | mediawiki_history_sample | 2017-12-14 03:49:43 | 1214447 | | staging | page_creation_enwiki_201503 | 2015-03-26 15:14:35 | 3993530 | +--------------+-----------------------------+---------------------+------------+ 3 rows in set (0.01 sec)