QUERY PLAN
Sort (cost=32.68..32.69 rows=2 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=20.09..32.67 rows=2 width=22)
Recheck Cond: (id = ANY ('{100,97,5,1,2,229,165,179,142,205,204,215,183,190,226,208,135,140,185,191,327,107,319,184,133,189,164,172,227,231,207,224,223,214,8,219,9,210,211,7,216,6,93,228,11,209,94,217,230,218,10,213,221,225,222,212,265,153,181,129,197,199,114,313,154,132,349,359,369,377,326,324,340,337,332,356,2100000000,320}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..20.09 rows=78 width=0)
Index Cond: (id = ANY ('{100,97,5,1,2,229,165,179,142,205,204,215,183,190,226,208,135,140,185,191,327,107,319,184,133,189,164,172,227,231,207,224,223,214,8,219,9,210,211,7,216,6,93,228,11,209,94,217,230,218,10,213,221,225,222,212,265,153,181,129,197,199,114,313,154,132,349,359,369,377,326,324,340,337,332,356,2100000000,320}'::integer[]))