MariaDB [(none)]> show processlist ;
|
+-----+-------------+-----------+--------------------+---------+-------+--------------------------+------------------------------------------------------------------------------------------------------+----------+
|
| Id | User | Host | db | Command | Time | State | Info | Progress |
|
+-----+-------------+-----------+--------------------+---------+-------+--------------------------+------------------------------------------------------------------------------------------------------+----------+
|
| 1 | system user | | NULL | Daemon | NULL | InnoDB purge coordinator | NULL | 0.000 |
|
| 2 | system user | | NULL | Daemon | NULL | InnoDB purge worker | NULL | 0.000 |
|
| 4 | system user | | NULL | Daemon | NULL | InnoDB purge worker | NULL | 0.000 |
|
| 3 | system user | | NULL | Daemon | NULL | InnoDB purge worker | NULL | 0.000 |
|
| 5 | system user | | NULL | Daemon | NULL | InnoDB shutdown handler | NULL | 0.000 |
|
| 197 | root | localhost | information_schema | Sleep | 15324 | | NULL | 0.000 |
|
| 246 | root | um1:43888 | tpcds_1 | Killed | 10859 | Sending data | with v1 as( select i_category, i_brand, s_store_name, s_company_name, d_year, d_moy | 0.000 |
|
| 254 | root | um1:57134 | tpcds_1 | Killed | 7058 | Executing | create temporary table infinidb_vtable.$vtable_254 engine = aria as select sum(ss_quantity) from st | 0.000 |
|
| 259 | root | um1:37260 | tpcds_1 | Killed | 4639 | Executing | create temporary table infinidb_vtable.$vtable_259 engine = aria as select channel, item, TRIM(TRAIL | 0.000 |
|
| 263 | root | um1:39574 | tpcds_1 | Killed | 3984 | Executing | create temporary table infinidb_vtable.$vtable_263 engine = aria as select s_store_name ,s_co | 0.000 |
|
| 269 | root | um1:39962 | NULL | Killed | 3879 | Executing | create temporary table infinidb_vtable.$vtable_269 engine = aria as select count(*) from tpcds_1.ca | 0.000 |
|
| 270 | root | localhost | NULL | Killed | 3468 | Executing | create temporary table infinidb_vtable.$vtable_270 engine = aria as select count(*) from tpcds_1.cal | 0.000 |
|
| 278 | root | um1:40880 | tpcds_1 | Killed | 3621 | Executing | create temporary table infinidb_vtable.$vtable_278 engine = aria as select dt.d_year ,item.i_bran | 0.000 |
|
| 284 | root | um1:41210 | NULL | Killed | 3529 | Executing | create temporary table infinidb_vtable.$vtable_284 engine = aria as select count(*) from tpcds_1.ca | 0.000 |
|
| 289 | root | localhost | NULL | Killed | 3387 | Executing | create temporary table infinidb_vtable.$vtable_289 engine = aria as select count(*) from tpcds_1.ite | 0.000 |
|
| 293 | root | localhost | NULL | Killed | 2731 | Executing | create temporary table infinidb_vtable.$vtable_293 engine = aria as select count(*) from tpcds_1.ite | 0.000 |
|
| 296 | root | localhost | NULL | Query | 2681 | Executing | create temporary table infinidb_vtable.$vtable_296 engine = aria as select count(*) from foo1_1.item | 0.000 |
|
| 297 | root | localhost | NULL | Query | 0 | Init | show processlist | 0.000 |
|
+-----+-------------+-----------+--------------------+---------+-------+--------------------------+------------------------------------------------------------------------------------------------------+----------+
|
18 rows in set (0.000 sec)
|
|
|