QUERY PLAN
Sort (cost=26.88..26.88 rows=2 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=17.46..26.87 rows=2 width=22)
Recheck Cond: (id = ANY ('{100,97,107,45,182,179,142,165,210,135,136,137,133,134,139,205,204,197,199,185,192,8,212,164,181,94,158,1,226,153,6,5,191,157,105,128,131,2,196,167,175,265,140,184,189,215,7,229,156,114,319,316,340,313,348,349,305,359,369,377,374}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..17.45 rows=61 width=0)
Index Cond: (id = ANY ('{100,97,107,45,182,179,142,165,210,135,136,137,133,134,139,205,204,197,199,185,192,8,212,164,181,94,158,1,226,153,6,5,191,157,105,128,131,2,196,167,175,265,140,184,189,215,7,229,156,114,319,316,340,313,348,349,305,359,369,377,374}'::integer[]))