understanding MySQL Explain output
问题 I have a couple of questions regarding MySQL explain. In the first step of the evaluation, it utilizes a REF, for join type. However, upon my research on ref it states the following: All rows with matching index values are read from this table for each combination of rows from the previous tables. What is this Previous table? How can there be a previous table if its the initial step? I created an index on S.E, why does it state Using where? at the Extra column instead of Using Index ? And it