Sort (cost=26.24..26.25 rows=1 width=22) |
Sort Key: sort |
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=17.15..26.23 rows=1 width=22) |
Recheck Cond: (id = ANY ('{101,97,197,199,128,179,181,96,165,142,212,205,204,5,140,130,131,175,196,94,1,153,6,2100000000,8,207,7,229,159,224,2,232,185,191,226,166,184,189,265,137,160,138,139,340,156,136,344,316,320,349,313,319,359,369,377,107,374,324,348}'::integer[])) |
Filter: (term_id = 11) |
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..17.15 rows=59 width=0) |
Index Cond: (id = ANY ('{101,97,197,199,128,179,181,96,165,142,212,205,204,5,140,130,131,175,196,94,1,153,6,2100000000,8,207,7,229,159,224,2,232,185,191,226,166,184,189,265,137,160,138,139,340,156,136,344,316,320,349,313,319,359,369,377,107,374,324,348}'::integer[])) |