QUERY PLAN
Sort (cost=20.98..20.98 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.36..20.97 rows=1 width=22)
Recheck Cond: (id = ANY ('{1,327,160,140,135,5,136,139,215,2,229,226,128,198,202,308,310,184,189,183,190,197,199,185,191,324,349,369,375,377,356,348,359,350,333,164,142,181,165,130,172}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.35 rows=41 width=0)
Index Cond: (id = ANY ('{1,327,160,140,135,5,136,139,215,2,229,226,128,198,202,308,310,184,189,183,190,197,199,185,191,324,349,369,375,377,356,348,359,350,333,164,142,181,165,130,172}'::integer[]))