QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=18.85..29.85 rows=3 width=32)
Recheck Cond: (id = ANY ('{166,155,153,45,100,213,133,1,184,189,139,164,179,176,94,173,5,229,205,204,226,154,131,181,196,93,2,6,8,165,142,128,210,7,212,224,156,199,171,194,185,167,191,130,223,214,219,9,208,221,225,231,207,215,319,331,2100000000,340,322,136,137,349,316,359,369,373,377,350,372,157}'::integer[]))
Filter: (term_id = 17)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..18.85 rows=70 width=0)
Index Cond: (id = ANY ('{166,155,153,45,100,213,133,1,184,189,139,164,179,176,94,173,5,229,205,204,226,154,131,181,196,93,2,6,8,165,142,128,210,7,212,224,156,199,171,194,185,167,191,130,223,214,219,9,208,221,225,231,207,215,319,331,2100000000,340,322,136,137,349,316,359,369,373,377,350,372,157}'::integer[]))