QUERY PLAN
Sort (cost=25.31..25.32 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.68..25.30 rows=1 width=22)
Recheck Cond: (id = ANY ('{97,46,8,153,45,107,226,165,179,142,5,205,102,199,128,167,215,196,204,164,156,181,184,189,200,197,2,94,1,166,178,138,140,135,136,137,139,160,172,331,2100000000,168,132,340,185,192,191,311,348,349,320,369,374,377,359,334}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.68 rows=56 width=0)
Index Cond: (id = ANY ('{97,46,8,153,45,107,226,165,179,142,5,205,102,199,128,167,215,196,204,164,156,181,184,189,200,197,2,94,1,166,178,138,140,135,136,137,139,160,172,331,2100000000,168,132,340,185,192,191,311,348,349,320,369,374,377,359,334}'::integer[]))