我無法弄清楚如何使用DbFinderPlugin 1.2.2與Symfony和波輪寫下面的查詢: SELECT species, COUNT(*) FROM Bird GROUP BY species;
Here is the DbFinderPlugin page 我是相當新的插件,而且我也喜歡它至今,但是這個查詢迄今一直困擾着我。
這裏是我的查詢: select word_id, count(sentence_id)
from sentence_word
group by word_id
having count(sentence_id) > 100;
表sentenceword包含3個字段,的wordID,sentenceid以及一個主鍵ID。 它有350k +行。 這個查詢需要高達85秒,我想知道(希望,祈禱?