QUERY PLAN
Sort (cost=20.44..20.45 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.05..20.43 rows=1 width=22)
Recheck Cond: (id = ANY ('{326,136,139,5,226,2,215,1,229,160,140,135,134,137,184,189,197,194,196,204,307,185,191,340,349,352,369,377,333,350,164,142,165,172,416,130,181,182,128}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.04 rows=39 width=0)
Index Cond: (id = ANY ('{326,136,139,5,226,2,215,1,229,160,140,135,134,137,184,189,197,194,196,204,307,185,191,340,349,352,369,377,333,350,164,142,165,172,416,130,181,182,128}'::integer[]))