QUERY PLAN
Sort (cost=23.80..23.81 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.91..23.79 rows=2 width=30)
Recheck Cond: (id = ANY ('{100,94,140,5,212,2,164,142,226,128,167,205,204,184,1,200,135,189,137,181,215,138,139,178,153,154,198,202,308,310,179,172,185,191,165,319,324,349,359,369,374,375,129,377,340,348,356,333,2100000000,136,130}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.91 rows=51 width=0)
Index Cond: (id = ANY ('{100,94,140,5,212,2,164,142,226,128,167,205,204,184,1,200,135,189,137,181,215,138,139,178,153,154,198,202,308,310,179,172,185,191,165,319,324,349,359,369,374,375,129,377,340,348,356,333,2100000000,136,130}'::integer[]))