QUERY PLAN
Sort (cost=20.18..20.19 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.89..20.17 rows=1 width=22)
Recheck Cond: (id = ANY ('{100,159,45,94,140,2,8,228,128,205,204,171,304,167,181,5,1,226,172,136,135,196,185,191,307,203,184,189,340,319,349,356,359,369,377,165,130,142}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.89 rows=38 width=0)
Index Cond: (id = ANY ('{100,159,45,94,140,2,8,228,128,205,204,171,304,167,181,5,1,226,172,136,135,196,185,191,307,203,184,189,340,319,349,356,359,369,377,165,130,142}'::integer[]))