QUERY PLAN
Sort (cost=25.62..25.62 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.84..25.61 rows=1 width=22)
Recheck Cond: (id = ANY ('{101,164,132,142,5,138,197,199,165,179,160,196,204,1,175,2,135,140,184,189,213,226,229,205,215,212,181,7,94,174,176,2100000000,185,191,308,128,319,340,156,107,129,130,172,155,313,153,349,353,359,363,369,377,331,337,315,137,139}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.84 rows=57 width=0)
Index Cond: (id = ANY ('{101,164,132,142,5,138,197,199,165,179,160,196,204,1,175,2,135,140,184,189,213,226,229,205,215,212,181,7,94,174,176,2100000000,185,191,308,128,319,340,156,107,129,130,172,155,313,153,349,353,359,363,369,377,331,337,315,137,139}'::integer[]))