QUERY PLAN
Sort (cost=25.00..25.01 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.53..24.99 rows=1 width=22)
Recheck Cond: (id = ANY ('{96,101,165,179,142,100,97,107,226,164,171,181,8,212,160,327,183,190,136,140,205,199,197,184,189,94,154,167,157,166,5,1,2,185,191,210,11,217,213,131,172,331,156,114,112,317,319,2100000000,349,369,377,324,340,326,359}'::integer[]))
Filter: (term_id = 14)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.52 rows=55 width=0)
Index Cond: (id = ANY ('{96,101,165,179,142,100,97,107,226,164,171,181,8,212,160,327,183,190,136,140,205,199,197,184,189,94,154,167,157,166,5,1,2,185,191,210,11,217,213,131,172,331,156,114,112,317,319,2100000000,349,369,377,324,340,326,359}'::integer[]))