QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=13.27..19.14 rows=1 width=37)
Recheck Cond: (id = ANY ('{197,184,1,2,189,199,5,226,204,212,138,140,136,137,135,229,205,192,160,156,153,154,344,157,349,350,359,377,369,374,2100000001,2100000000,317,316}'::integer[]))
Filter: (term_id = 17)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.27 rows=34 width=0)
Index Cond: (id = ANY ('{197,184,1,2,189,199,5,226,204,212,138,140,136,137,135,229,205,192,160,156,153,154,344,157,349,350,359,377,369,374,2100000001,2100000000,317,316}'::integer[]))