| Sort (cost=290.32..290.33 rows=1 width=127) |
| Sort Key: pt.id |
| -> Nested Loop Left Join (cost=82.75..290.31 rows=1 width=127) |
| -> Bitmap Heap Scan on tbl_term_taxonomy_relationships pt (cost=82.60..282.10 rows=1 width=52) |
| Recheck Cond: ((object_id = ANY ('{58,59,57,53,54,56,55,52,51,50,49,48,47,46,45,44,43,42,41,40}'::integer[])) AND (term_id = 18)) |
| Filter: (object_type = 9) |
| -> Bitmap Index Scan on tbl_term_taxonomy_relationships_object_id_term_id_idx (cost=0.00..82.60 rows=72 width=0) |
| Index Cond: ((object_id = ANY ('{58,59,57,53,54,56,55,52,51,50,49,48,47,46,45,44,43,42,41,40}'::integer[])) AND (term_id = 18)) |
| -> Index Scan using tbl_term_taxonomies_pkey on tbl_term_taxonomies tt (cost=0.15..8.17 rows=1 width=22) |
| Index Cond: (pt.taxonomy_id = id) |