QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=18.85..29.85 rows=1 width=20)
Recheck Cond: (id = ANY ('{165,179,142,46,1,208,212,100,96,97,102,101,164,172,213,2,6,168,173,5,205,204,131,153,8,94,7,10,185,191,197,199,184,200,128,176,183,188,189,194,206,198,202,224,226,330,311,317,2100000000,315,313,349,323,324,326,353,354,359,367,369,374,377,341,370,325,331,373,107,105,106}'::integer[]))
Filter: (term_id = 6)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..18.85 rows=70 width=0)
Index Cond: (id = ANY ('{165,179,142,46,1,208,212,100,96,97,102,101,164,172,213,2,6,168,173,5,205,204,131,153,8,94,7,10,185,191,197,199,184,200,128,176,183,188,189,194,206,198,202,224,226,330,311,317,2100000000,315,313,349,323,324,326,353,354,359,367,369,374,377,341,370,325,331,373,107,105,106}'::integer[]))