QUERY PLAN
Sort (cost=22.64..22.65 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.29..22.63 rows=2 width=30)
Recheck Cond: (id = ANY ('{205,199,226,167,1,136,139,231,207,212,94,184,189,185,191,5,2,7,229,156,204,187,181,197,165,179,172,131,135,137,331,307,203,155,346,349,356,359,369,371,377,360,2100000000,316,164,142,319}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.28 rows=47 width=0)
Index Cond: (id = ANY ('{205,199,226,167,1,136,139,231,207,212,94,184,189,185,191,5,2,7,229,156,204,187,181,197,165,179,172,131,135,137,331,307,203,155,346,349,356,359,369,371,377,360,2100000000,316,164,142,319}'::integer[]))