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 ('{198,201,5,197,199,160,139,204,1,164,179,181,184,189,226,185,191,138,136,133,140,196,215,332,333,192,2,309,137,134,334,340,165,205,344,348,142,172,307,366,349,369,377,350,324,359,356}'::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 ('{198,201,5,197,199,160,139,204,1,164,179,181,184,189,226,185,191,138,136,133,140,196,215,332,333,192,2,309,137,134,334,340,165,205,344,348,142,172,307,366,349,369,377,350,324,359,356}'::integer[]))