QUERY PLAN
Sort (cost=28.84..28.85 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=18.39..28.83 rows=1 width=22)
Recheck Cond: (id = ANY ('{46,129,180,142,100,101,226,97,166,205,189,137,140,154,94,227,128,131,181,5,184,194,198,201,93,1,2,6,185,191,164,179,197,199,232,171,196,204,212,203,153,332,136,172,333,135,340,309,313,341,2100000000,160,265,316,114,133,139,317,107,349,357,369,373,377,374,323,352}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..18.38 rows=67 width=0)
Index Cond: (id = ANY ('{46,129,180,142,100,101,226,97,166,205,189,137,140,154,94,227,128,131,181,5,184,194,198,201,93,1,2,6,185,191,164,179,197,199,232,171,196,204,212,203,153,332,136,172,333,135,340,309,313,341,2100000000,160,265,316,114,133,139,317,107,349,357,369,373,377,374,323,352}'::integer[]))