的性能我有一個MySQL查詢:如何提高MySQL查詢
select stu_photo, type, sign, type1, fname,regno1
from stadm
where regno1 = XXXXXX
LIMIT 1000;
stadm表有67063行。以上查詢的執行時間段爲5-6Mints。 我無法爲stu_photo和符號列添加索引(那裏的數據類型是blob & longblob)Table_Enginee是Innodb。我如何提高性能(即縮短執行時間)?