QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=13.27..19.14 rows=1 width=37)
Recheck Cond: (id = ANY ('{184,189,5,226,2,1,137,135,196,204,205,213,6,10,11,212,200,197,199,155,140,156,157,153,154,340,349,359,374,377,2100000000,321,317,2100000001}'::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 ('{184,189,5,226,2,1,137,135,196,204,205,213,6,10,11,212,200,197,199,155,140,156,157,153,154,340,349,359,374,377,2100000000,321,317,2100000001}'::integer[]))