QUERY PLAN
Sort (cost=25.93..25.94 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.99..25.92 rows=2 width=30)
Recheck Cond: (id = ANY ('{45,159,165,179,142,136,139,129,167,175,107,226,183,189,1,2,8,184,265,185,191,228,128,166,171,304,154,205,204,5,172,137,140,164,178,192,163,197,199,188,181,319,348,2100000000,130,232,215,323,349,359,367,369,377,340,360,350,333,313}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.99 rows=58 width=0)
Index Cond: (id = ANY ('{45,159,165,179,142,136,139,129,167,175,107,226,183,189,1,2,8,184,265,185,191,228,128,166,171,304,154,205,204,5,172,137,140,164,178,192,163,197,199,188,181,319,348,2100000000,130,232,215,323,349,359,367,369,377,340,360,350,333,313}'::integer[]))