QUERY PLAN
Sort (cost=23.80..23.81 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.91..23.79 rows=2 width=30)
Recheck Cond: (id = ANY ('{326,2,5,184,189,140,210,212,327,1,229,135,226,164,131,172,197,199,198,202,194,307,192,205,203,200,185,191,137,136,167,181,142,183,190,128,335,215,168,179,337,341,346,348,324,349,358,369,377,340,374}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.91 rows=51 width=0)
Index Cond: (id = ANY ('{326,2,5,184,189,140,210,212,327,1,229,135,226,164,131,172,197,199,198,202,194,307,192,205,203,200,185,191,137,136,167,181,142,183,190,128,335,215,168,179,337,341,346,348,324,349,358,369,377,340,374}'::integer[]))