QUERY PLAN
Sort (cost=25.62..25.62 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.84..25.61 rows=1 width=22)
Recheck Cond: (id = ANY ('{101,102,156,45,99,165,179,175,107,142,129,168,173,153,184,189,207,212,5,7,8,1,2,6,128,167,164,181,226,197,199,183,194,205,204,185,191,94,136,139,140,160,163,135,137,313,349,307,2100000000,114,354,359,369,377,356,320,352}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.84 rows=57 width=0)
Index Cond: (id = ANY ('{101,102,156,45,99,165,179,175,107,142,129,168,173,153,184,189,207,212,5,7,8,1,2,6,128,167,164,181,226,197,199,183,194,205,204,185,191,94,136,139,140,160,163,135,137,313,349,307,2100000000,114,354,359,369,377,356,320,352}'::integer[]))