QUERY PLAN
Sort (cost=30.55..30.56 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=19.16..30.54 rows=1 width=22)
Recheck Cond: (id = ANY ('{184,101,189,100,226,165,179,142,153,97,166,154,136,135,1,131,137,140,175,94,5,129,176,182,171,172,2,2100000000,197,199,316,183,200,205,6,204,327,164,132,229,128,206,185,191,210,167,181,212,174,2100000001,8,203,232,330,215,156,190,319,341,322,349,359,367,369,374,377,354,373,340,371,348,360}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..19.16 rows=72 width=0)
Index Cond: (id = ANY ('{184,101,189,100,226,165,179,142,153,97,166,154,136,135,1,131,137,140,175,94,5,129,176,182,171,172,2,2100000000,197,199,316,183,200,205,6,204,327,164,132,229,128,206,185,191,210,167,181,212,174,2100000001,8,203,232,330,215,156,190,319,341,322,349,359,367,369,374,377,354,373,340,371,348,360}'::integer[]))