QUERY PLAN
Sort (cost=21.80..21.81 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.82..21.79 rows=1 width=30)
Recheck Cond: (id = ANY ('{5,226,164,131,172,326,1,2,212,137,140,210,185,192,179,181,215,197,199,184,189,191,205,204,194,136,168,142,130,232,128,167,135,138,348,349,359,369,377,374,340,343,356,331}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.82 rows=44 width=0)
Index Cond: (id = ANY ('{5,226,164,131,172,326,1,2,212,137,140,210,185,192,179,181,215,197,199,184,189,191,205,204,194,136,168,142,130,232,128,167,135,138,348,349,359,369,377,374,340,343,356,331}'::integer[]))