QUERY PLAN
Sort (cost=21.52..21.53 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.67..21.51 rows=1 width=22)
Recheck Cond: (id = ANY ('{226,2,164,179,181,1,5,185,191,192,184,189,265,174,131,175,215,205,203,140,135,229,178,196,204,142,138,307,309,183,188,197,199,340,341,348,323,349,356,360,369,377,374}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.66 rows=43 width=0)
Index Cond: (id = ANY ('{226,2,164,179,181,1,5,185,191,192,184,189,265,174,131,175,215,205,203,140,135,229,178,196,204,142,138,307,309,183,188,197,199,340,341,348,323,349,356,360,369,377,374}'::integer[]))