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