QUERY PLAN
Sort (cost=20.18..20.19 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.89..20.17 rows=1 width=22)
Recheck Cond: (id = ANY ('{226,164,171,181,140,136,196,204,157,7,2,5,185,191,197,199,165,179,175,128,142,135,133,132,130,172,210,340,1,215,369,377,2100000000,317,312,2100000001,349,359}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.89 rows=38 width=0)
Index Cond: (id = ANY ('{226,164,171,181,140,136,196,204,157,7,2,5,185,191,197,199,165,179,175,128,142,135,133,132,130,172,210,340,1,215,369,377,2100000000,317,312,2100000001,349,359}'::integer[]))