QUERY PLAN
Sort (cost=22.93..22.94 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.44..22.92 rows=2 width=30)
Recheck Cond: (id = ANY ('{2,226,1,160,229,5,215,135,140,137,136,139,184,189,185,191,307,203,196,204,205,198,202,309,192,340,348,324,349,356,359,360,369,377,333,331,165,172,182,142,437,410,384,164,181,232,130,128}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.44 rows=48 width=0)
Index Cond: (id = ANY ('{2,226,1,160,229,5,215,135,140,137,136,139,184,189,185,191,307,203,196,204,205,198,202,309,192,340,348,324,349,356,359,360,369,377,333,331,165,172,182,142,437,410,384,164,181,232,130,128}'::integer[]))