QUERY PLAN
Sort (cost=22.93..22.94 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.44..22.92 rows=1 width=22)
Recheck Cond: (id = ANY ('{100,107,116,165,179,142,326,8,184,189,1,2,5,226,215,229,207,208,210,214,219,223,224,308,204,2100000000,197,194,185,192,199,191,129,181,182,348,130,172,164,349,128,363,369,377,432,338,399,386}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.44 rows=48 width=0)
Index Cond: (id = ANY ('{100,107,116,165,179,142,326,8,184,189,1,2,5,226,215,229,207,208,210,214,219,223,224,308,204,2100000000,197,194,185,192,199,191,129,181,182,348,130,172,164,349,128,363,369,377,432,338,399,386}'::integer[]))