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 ('{160,140,136,229,135,2,5,165,179,226,167,181,1,205,204,184,189,203,215,187,185,191,130,196,200,129,168,331,197,199,182,164,307,178,175,172,340,341,155,349,356,359,369,371,374,377,323,350,138,2100000000,317}'::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 ('{160,140,136,229,135,2,5,165,179,226,167,181,1,205,204,184,189,203,215,187,185,191,130,196,200,129,168,331,197,199,182,164,307,178,175,172,340,341,155,349,356,359,369,371,374,377,323,350,138,2100000000,317}'::integer[]))