This blog is an EXPLAIN FORMAT=JSON wrap-up for the series of posts I’ve done in the last few months.
In this series, we’ve discussed everything unique to
EXPLAIN FORMAT=JSON
. I intentionally skipped a description of members such as
table_name
,
access_type
or
select_id
, which are not unique.
In this series, I only mentioned in passing members that replace information from the
Extra
column in the regular
EXPLAIN
output, such as
using_join_buffer
,
partitions
,
using_temporary_table
or simply
…[Read more]