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,166,165,179,142,102,101,128,167,5,226,215,196,204,164,156,181,184,189,205,200,197,199,2,94,6,1,93,138,140,212,135,136,137,139,172,2100000000,168,178,340,185,191,311,320,349,316,359,369,374,377,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,166,165,179,142,102,101,128,167,5,226,215,196,204,164,156,181,184,189,205,200,197,199,2,94,6,1,93,138,140,212,135,136,137,139,172,2100000000,168,178,340,185,191,311,320,349,316,359,369,374,377,334}'::integer[]))