QUERY PLAN
Sort (cost=19.92..19.92 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.74..19.91 rows=1 width=22)
Recheck Cond: (id = ANY ('{136,139,5,2,1,226,215,135,184,189,197,199,198,202,308,310,185,191,138,324,349,369,375,377,165,181,356,348,350,374,326,340,164,142,172,128,129}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.73 rows=37 width=0)
Index Cond: (id = ANY ('{136,139,5,2,1,226,215,135,184,189,197,199,198,202,308,310,185,191,138,324,349,369,375,377,165,181,356,348,350,374,326,340,164,142,172,128,129}'::integer[]))