QUERY PLAN
Sort (cost=21.80..21.81 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.82..21.79 rows=1 width=22)
Recheck Cond: (id = ANY ('{326,2,226,1,5,136,140,229,135,160,184,189,197,194,183,188,187,196,204,307,203,198,202,185,192,191,340,348,323,324,349,356,369,371,333,380,164,142,384,165,172,181,128,130}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.82 rows=44 width=0)
Index Cond: (id = ANY ('{326,2,226,1,5,136,140,229,135,160,184,189,197,194,183,188,187,196,204,307,203,198,202,185,192,191,340,348,323,324,349,356,369,371,333,380,164,142,384,165,172,181,128,130}'::integer[]))