hi, i ran the explain command on my main table in mysql.it showed like
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE xyz ALL NULL NULL NULL NULL 1722 Using where
does this affect the performance of the site? like when i so a select clause ? i have a primary key but this command says primary key as no .