QUERY PLAN
Sort (cost=25.00..25.01 rows=2 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=16.53..24.99 rows=2 width=30)
Recheck Cond: (id = ANY ('{46,45,100,101,97,107,112,8,166,142,184,189,183,205,204,197,199,194,185,191,196,5,93,6,10,1,2,7,11,106,153,217,226,114,313,317,319,320,133,134,136,139,2100000000,340,349,354,359,369,377,323,371,353,432,386,387}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..16.52 rows=55 width=0)
Index Cond: (id = ANY ('{46,45,100,101,97,107,112,8,166,142,184,189,183,205,204,197,199,194,185,191,196,5,93,6,10,1,2,7,11,106,153,217,226,114,313,317,319,320,133,134,136,139,2100000000,340,349,354,359,369,377,323,371,353,432,386,387}'::integer[]))