PostgreSQL performance issue with “where” condition

前端 未结 0 625
别那么骄傲
别那么骄傲 2021-01-02 03:48

When I run query the execution time is about 1 minute.

When I try to filter the data using "where":

select * from t1 where goal_id = \'57\' 
         


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