QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=13.43..19.39 rows=1 width=32)
Recheck Cond: (id = ANY ('{102,45,5,135,140,164,171,173,226,94,205,204,179,142,156,131,185,192,1,199,158,182,174,215,176,331,167,178,348,311,359,373,377,349,312}'::integer[]))
Filter: (term_id = 17)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.42 rows=35 width=0)
Index Cond: (id = ANY ('{102,45,5,135,140,164,171,173,226,94,205,204,179,142,156,131,185,192,1,199,158,182,174,215,176,331,167,178,348,311,359,373,377,349,312}'::integer[]))