QUERY PLAN
Sort (cost=17.68..17.69 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.34..17.67 rows=1 width=22)
Recheck Cond: (id = ANY ('{184,189,2,165,167,166,226,5,1,185,192,136,191,348,2100000000,232,181,160,349,369,130,128,142,340,326,356,164,172}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.34 rows=28 width=0)
Index Cond: (id = ANY ('{184,189,2,165,167,166,226,5,1,185,192,136,191,348,2100000000,232,181,160,349,369,130,128,142,340,326,356,164,172}'::integer[]))