QUERY PLAN
Sort (cost=20.18..20.19 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.89..20.17 rows=1 width=30)
Recheck Cond: (id = ANY ('{179,1,2,229,205,204,215,5,226,167,138,139,185,191,197,199,184,189,308,200,165,142,349,359,363,369,374,377,129,164,172,128,356,136,140,130,181,319}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.89 rows=38 width=0)
Index Cond: (id = ANY ('{179,1,2,229,205,204,215,5,226,167,138,139,185,191,197,199,184,189,308,200,165,142,349,359,363,369,374,377,129,164,172,128,356,136,140,130,181,319}'::integer[]))