QUERY PLAN
Sort (cost=21.25..21.26 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.51..21.24 rows=1 width=22)
Recheck Cond: (id = ANY ('{97,153,45,102,107,128,167,181,184,200,197,199,94,1,166,5,138,140,135,136,137,139,8,189,164,168,178,215,311,307,185,2,2100000000,349,374,377,352,356,369,359,334,133}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.51 rows=42 width=0)
Index Cond: (id = ANY ('{97,153,45,102,107,128,167,181,184,200,197,199,94,1,166,5,138,140,135,136,137,139,8,189,164,168,178,215,311,307,185,2,2100000000,349,374,377,352,356,369,359,334,133}'::integer[]))