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 ('{128,167,142,46,97,101,197,199,229,196,204,185,191,106,93,94,2,1,5,2100000000,6,153,184,189,226,139,316,137,107,340,315,112,349,114,307,352,369,377,330,341,164,140}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.51 rows=42 width=0)
Index Cond: (id = ANY ('{128,167,142,46,97,101,197,199,229,196,204,185,191,106,93,94,2,1,5,2100000000,6,153,184,189,226,139,316,137,107,340,315,112,349,114,307,352,369,377,330,341,164,140}'::integer[]))