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