QUERY PLAN
Sort (cost=22.93..22.94 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.44..22.92 rows=1 width=22)
Recheck Cond: (id = ANY ('{100,159,45,94,140,165,179,175,184,189,2,185,191,167,226,8,228,128,205,204,166,171,1,304,181,5,215,172,135,136,139,307,203,196,340,2100000000,319,349,356,359,369,377,437,410,313,142,130,164}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.44 rows=48 width=0)
Index Cond: (id = ANY ('{100,159,45,94,140,165,179,175,184,189,2,185,191,167,226,8,228,128,205,204,166,171,1,304,181,5,215,172,135,136,139,307,203,196,340,2100000000,319,349,356,359,369,377,437,410,313,142,130,164}'::integer[]))