QUERY PLAN
Sort (cost=31.96..31.97 rows=2 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=19.78..31.95 rows=2 width=22)
Recheck Cond: (id = ANY ('{46,2,165,179,142,164,131,181,205,1,200,226,204,107,5,154,6,232,178,210,184,189,196,175,229,185,191,174,304,197,199,271,215,167,172,332,153,333,160,140,337,2100000000,319,192,203,198,201,307,128,187,340,341,130,309,135,139,349,133,136,350,356,359,369,371,374,377,353,348,323,324,326,357,352,379,182,315}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..19.78 rows=76 width=0)
Index Cond: (id = ANY ('{46,2,165,179,142,164,131,181,205,1,200,226,204,107,5,154,6,232,178,210,184,189,196,175,229,185,191,174,304,197,199,271,215,167,172,332,153,333,160,140,337,2100000000,319,192,203,198,201,307,128,187,340,341,130,309,135,139,349,133,136,350,356,359,369,371,374,377,353,348,323,324,326,357,352,379,182,315}'::integer[]))