QUERY PLAN
Sort (cost=28.51..28.52 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=18.23..28.50 rows=1 width=22)
Recheck Cond: (id = ANY ('{101,105,46,5,212,165,179,142,226,198,201,96,100,184,189,196,204,205,197,199,157,182,94,1,2,6,166,167,172,154,153,129,194,174,7,114,183,164,8,132,181,185,191,332,156,307,192,178,215,316,335,315,2100000000,340,348,349,319,326,354,359,369,377,107,327,371,352}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..18.23 rows=66 width=0)
Index Cond: (id = ANY ('{101,105,46,5,212,165,179,142,226,198,201,96,100,184,189,196,204,205,197,199,157,182,94,1,2,6,166,167,172,154,153,129,194,174,7,114,183,164,8,132,181,185,191,332,156,307,192,178,215,316,335,315,2100000000,340,348,349,319,326,354,359,369,377,107,327,371,352}'::integer[]))