QUERY PLAN
Sort (cost=22.64..22.65 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.29..22.63 rows=1 width=22)
Recheck Cond: (id = ANY ('{128,167,142,46,97,101,184,189,197,199,229,196,204,185,191,106,93,94,2,1,5,2100000000,6,153,226,154,212,139,316,164,181,137,107,340,315,112,349,114,215,369,377,330,341,359,333,352,136}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.28 rows=47 width=0)
Index Cond: (id = ANY ('{128,167,142,46,97,101,184,189,197,199,229,196,204,185,191,106,93,94,2,1,5,2100000000,6,153,226,154,212,139,316,164,181,137,107,340,315,112,349,114,215,369,377,330,341,359,333,352,136}'::integer[]))