QUERY PLAN
Sort (cost=22.08..22.08 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.98..22.07 rows=1 width=30)
Recheck Cond: (id = ANY ('{100,94,5,1,2,226,7,229,140,136,131,178,128,167,205,204,185,191,184,189,197,199,137,181,153,155,337,200,307,203,165,172,319,349,356,359,369,377,340,350,2100000000,320,313,164,130}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.97 rows=45 width=0)
Index Cond: (id = ANY ('{100,94,5,1,2,226,7,229,140,136,131,178,128,167,205,204,185,191,184,189,197,199,137,181,153,155,337,200,307,203,165,172,319,349,356,359,369,377,340,350,2100000000,320,313,164,130}'::integer[]))