QUERY PLAN
Sort (cost=20.98..20.98 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.36..20.97 rows=1 width=30)
Recheck Cond: (id = ANY ('{162,184,189,7,133,1,200,215,165,179,142,229,2,5,327,226,130,171,181,183,190,205,203,156,131,140,167,185,191,194,341,349,354,369,374,348,377,359,356,2100000000,317}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.35 rows=41 width=0)
Index Cond: (id = ANY ('{162,184,189,7,133,1,200,215,165,179,142,229,2,5,327,226,130,171,181,183,190,205,203,156,131,140,167,185,191,194,341,349,354,369,374,348,377,359,356,2100000000,317}'::integer[]))