QUERY PLAN
Sort (cost=177.65..177.65 rows=1 width=99)
Sort Key: pt.id
-> Nested Loop Left Join (cost=43.45..177.64 rows=1 width=99)
-> Bitmap Heap Scan on tbl_term_taxonomy_relationships pt (cost=43.30..169.42 rows=1 width=51)
Recheck Cond: ((object_id = ANY ('{10,9,8,7,6,5,4,3,2,1}'::integer[])) AND (term_id = 18))
Filter: (object_type = 10)
-> Bitmap Index Scan on tbl_term_taxonomy_relationships_object_id_term_id_idx (cost=0.00..43.30 rows=41 width=0)
Index Cond: ((object_id = ANY ('{10,9,8,7,6,5,4,3,2,1}'::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)