QUERY PLAN
Sort (cost=31.26..31.27 rows=3 width=153)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=19.47..31.24 rows=3 width=153)
Recheck Cond: (id = ANY ('{97,100,159,45,94,165,179,142,5,183,187,136,213,210,212,140,137,1,175,154,166,184,189,226,232,181,2,8,172,174,215,185,191,6,167,160,228,128,205,204,171,196,304,164,153,197,199,307,203,2100000000,194,192,168,317,309,337,139,200,135,319,107,340,182,348,265,129,349,354,356,359,366,369,372,377}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..19.47 rows=74 width=0)
Index Cond: (id = ANY ('{97,100,159,45,94,165,179,142,5,183,187,136,213,210,212,140,137,1,175,154,166,184,189,226,232,181,2,8,172,174,215,185,191,6,167,160,228,128,205,204,171,196,304,164,153,197,199,307,203,2100000000,194,192,168,317,309,337,139,200,135,319,107,340,182,348,265,129,349,354,356,359,366,369,372,377}'::integer[]))