QUERY PLAN
Sort (cost=22.08..22.08 rows=2 width=21)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.98..22.07 rows=2 width=21)
Recheck Cond: (id = ANY ('{45,165,179,142,212,107,140,226,183,189,8,1,139,227,2,5,215,184,200,160,196,204,164,181,167,205,309,194,197,199,185,191,128,319,340,349,354,360,367,369,374,377,129,182,172}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.97 rows=45 width=0)
Index Cond: (id = ANY ('{45,165,179,142,212,107,140,226,183,189,8,1,139,227,2,5,215,184,200,160,196,204,164,181,167,205,309,194,197,199,185,191,128,319,340,349,354,360,367,369,374,377,129,182,172}'::integer[]))