QUERY PLAN
Sort (cost=22.93..22.94 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.44..22.92 rows=2 width=30)
Recheck Cond: (id = ANY ('{1,2,185,191,227,5,164,179,232,226,215,160,140,196,204,177,142,128,135,184,188,139,200,130,172,189,197,199,181,192,183,194,340,137,348,229,349,354,355,369,374,377,356,359,350,324,165,2100000000}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.44 rows=48 width=0)
Index Cond: (id = ANY ('{1,2,185,191,227,5,164,179,232,226,215,160,140,196,204,177,142,128,135,184,188,139,200,130,172,189,197,199,181,192,183,194,340,137,348,229,349,354,355,369,374,377,356,359,350,324,165,2100000000}'::integer[]))