QUERY PLAN
Sort (cost=20.44..20.45 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.05..20.43 rows=1 width=30)
Recheck Cond: (id = ANY ('{327,140,136,139,5,265,2,1,229,226,215,138,184,189,183,190,307,203,205,204,308,310,135,349,356,359,375,348,369,377,324,360,333,164,181,128,142,130,172}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.04 rows=39 width=0)
Index Cond: (id = ANY ('{327,140,136,139,5,265,2,1,229,226,215,138,184,189,183,190,307,203,205,204,308,310,135,349,356,359,375,348,369,377,324,360,333,164,181,128,142,130,172}'::integer[]))