QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=17.92..27.84 rows=3 width=37)
Recheck Cond: (id = ANY ('{98,100,94,46,166,164,179,142,1,2,7,213,175,137,128,167,173,140,184,189,224,165,168,172,93,6,154,11,185,191,131,129,130,181,156,198,202,197,194,212,196,204,182,160,155,226,215,5,2100000000,153,340,319,317,322,320,324,326,349,369,377,374,341,359,350}'::integer[]))
Filter: (term_id = 17)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..17.92 rows=64 width=0)
Index Cond: (id = ANY ('{98,100,94,46,166,164,179,142,1,2,7,213,175,137,128,167,173,140,184,189,224,165,168,172,93,6,154,11,185,191,131,129,130,181,156,198,202,197,194,212,196,204,182,160,155,226,215,5,2100000000,153,340,319,317,322,320,324,326,349,369,377,374,341,359,350}'::integer[]))