QUERY PLAN
Sort (cost=17.44..17.45 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.19..17.43 rows=1 width=22)
Recheck Cond: (id = ANY ('{102,197,199,229,164,179,172,184,189,1,136,139,6,212,2,5,226,349,307,356,215,315,377,379,332,369,366}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.19 rows=27 width=0)
Index Cond: (id = ANY ('{102,197,199,229,164,179,172,184,189,1,136,139,6,212,2,5,226,349,307,356,215,315,377,379,332,369,366}'::integer[]))