mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
14 lines
343 B
SQL
14 lines
343 B
SQL
mysql> EXPLAIN PARTITIONS SELECT * FROM trb1\G
|
|
*************************** 1. row ***************************
|
|
id: 1
|
|
select_type: SIMPLE
|
|
table: trb1
|
|
partitions: p0,p1,p2,p3
|
|
type: ALL
|
|
possible_keys: NULL
|
|
key: NULL
|
|
key_len: NULL
|
|
ref: NULL
|
|
rows: 10
|
|
Extra: Using filesort
|