我正在尝试获取存储在seotc中的需要进行的调查计数,以及存储在seotcresults_v2中的已完成调查计数。seotc表包含近10万条记录,seotcresults_v2表包含大约一半的记录。我怎样才能加快这个查询的速度?SELECTDISTINCTseotcresults_v2.Clock,COUNT(seotc.Id)ASSurveys,COUNT(seotcresults_v2.Id)ASCompleteFROMseotcJOINseotcresults_v2ONseotcresults_v2.Clock=seotc.ClockWHEREseotcresults_v2.Ca