Postgres performance issues

前端 未结 4 1595
忘了有多久
忘了有多久 2021-02-05 17:09

We are running Postgres 9.1.3 and we have recently started to run into major performance problems on one of our servers.

Our queries ran fine for a while, but as of Augu

4条回答
  •  独厮守ぢ
    2021-02-05 18:05

    (queries with count(*) are especially bad),

    You should look into window functions

    Otherwise, we have no idea without seeing your relevant schema and your queries.

提交回复
热议问题