how to improve performance of a query with multi join, group by and where in postgresql?

后端 未结 0 1735
温柔的废话
温柔的废话 2020-11-28 23:23

I have a query like this:

select c.title, count(b.role) as directors_num  
        from cast_info a
                inner join role_type b on a.role_id = b.id         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题