QUERY PLAN
Sort (cost=25.93..25.94 rows=2 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.99..25.92 rows=2 width=22)
Recheck Cond: (id = ANY ('{101,164,132,142,5,97,138,165,179,139,183,190,196,204,205,206,2,1,208,6,167,213,226,327,215,184,200,197,199,135,140,189,7,94,229,174,176,8,330,114,317,319,340,156,2100000000,107,313,181,153,349,353,374,377,369,324,359,320,315}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.99 rows=58 width=0)
Index Cond: (id = ANY ('{101,164,132,142,5,97,138,165,179,139,183,190,196,204,205,206,2,1,208,6,167,213,226,327,215,184,200,197,199,135,140,189,7,94,229,174,176,8,330,114,317,319,340,156,2100000000,107,313,181,153,349,353,374,377,369,324,359,320,315}'::integer[]))