QUERY PLAN
Sort (cost=25.62..25.62 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.84..25.61 rows=2 width=30)
Recheck Cond: (id = ANY ('{97,46,45,153,102,165,179,142,183,187,136,2100000000,213,210,212,140,137,180,215,184,189,2,154,166,93,1,8,94,10,197,194,6,199,226,133,5,317,205,192,319,107,316,320,349,139,326,350,354,372,377,369,374,327,359,340,353,164}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.84 rows=57 width=0)
Index Cond: (id = ANY ('{97,46,45,153,102,165,179,142,183,187,136,2100000000,213,210,212,140,137,180,215,184,189,2,154,166,93,1,8,94,10,197,194,6,199,226,133,5,317,205,192,319,107,316,320,349,139,326,350,354,372,377,369,374,327,359,340,353,164}'::integer[]))