QUERY PLAN
Sort (cost=28.18..28.18 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=18.08..28.17 rows=1 width=22)
Recheck Cond: (id = ANY ('{102,184,187,165,179,142,189,135,140,160,137,139,136,2,141,93,327,231,5,207,229,1,224,223,214,8,219,9,208,210,211,226,227,7,216,6,228,11,209,94,217,230,213,221,225,212,215,153,183,190,307,203,197,199,185,319,349,356,371,377,348,332,363,369,367}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..18.08 rows=65 width=0)
Index Cond: (id = ANY ('{102,184,187,165,179,142,189,135,140,160,137,139,136,2,141,93,327,231,5,207,229,1,224,223,214,8,219,9,208,210,211,226,227,7,216,6,228,11,209,94,217,230,213,221,225,212,215,153,183,190,307,203,197,199,185,319,349,356,371,377,348,332,363,369,367}'::integer[]))