QUERY PLAN
Sort (cost=19.66..19.67 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.58..19.65 rows=1 width=22)
Recheck Cond: (id = ANY ('{5,196,203,1,226,204,164,7,2,215,132,172,185,191,165,179,175,171,181,197,199,157,160,140,184,189,129,340,2100000000,342,349,369,377,317,359,319}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.58 rows=36 width=0)
Index Cond: (id = ANY ('{5,196,203,1,226,204,164,7,2,215,132,172,185,191,165,179,175,171,181,197,199,157,160,140,184,189,129,340,2100000000,342,349,369,377,317,359,319}'::integer[]))