QUERY PLAN
Sort (cost=18.40..18.41 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.81..18.39 rows=1 width=22)
Recheck Cond: (id = ANY ('{97,205,204,212,1,226,5,184,189,200,211,165,179,232,164,197,199,153,135,128,337,2,130,168,349,322,359,374,377,335,2100000000}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.80 rows=31 width=0)
Index Cond: (id = ANY ('{97,205,204,212,1,226,5,184,189,200,211,165,179,232,164,197,199,153,135,128,337,2,130,168,349,322,359,374,377,335,2100000000}'::integer[]))