QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=14.05..20.43 rows=2 width=37)
Recheck Cond: (id = ANY ('{184,1,2,189,5,226,212,138,140,137,136,135,197,199,196,204,205,213,6,10,11,200,155,156,157,153,154,340,349,359,374,377,336,369,2100000000,319,321,317,2100000001}'::integer[]))
Filter: (term_id = 17)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.04 rows=39 width=0)
Index Cond: (id = ANY ('{184,1,2,189,5,226,212,138,140,137,136,135,197,199,196,204,205,213,6,10,11,200,155,156,157,153,154,340,349,359,374,377,336,369,2100000000,319,321,317,2100000001}'::integer[]))