QUERY PLAN
Sort (cost=32.32..32.32 rows=2 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=19.94..32.31 rows=2 width=22)
Recheck Cond: (id = ANY ('{165,179,142,101,102,100,1,156,45,99,97,5,2,226,7,229,175,107,184,189,129,168,173,153,136,140,164,131,207,212,181,6,8,215,128,167,197,199,200,183,194,185,191,205,204,187,211,232,94,160,163,135,137,139,333,309,313,322,315,2100000000,307,349,114,354,359,360,369,372,374,377,356,352,320,353,351,344,332}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..19.94 rows=77 width=0)
Index Cond: (id = ANY ('{165,179,142,101,102,100,1,156,45,99,97,5,2,226,7,229,175,107,184,189,129,168,173,153,136,140,164,131,207,212,181,6,8,215,128,167,197,199,200,183,194,185,191,205,204,187,211,232,94,160,163,135,137,139,333,309,313,322,315,2100000000,307,349,114,354,359,360,369,372,374,377,356,352,320,353,351,344,332}'::integer[]))