RE: Performance degradation after upgrading from 9.5 to 14 - Mailing list pgsql-general

From Zahir Lalani
Subject RE: Performance degradation after upgrading from 9.5 to 14
Date
Msg-id AS8P251MB01201F6725206A713DB58C77A7152@AS8P251MB0120.EURP251.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Performance degradation after upgrading from 9.5 to 14  (Олександр Янін <aleksandr.janin@privatbank.ua>)
Responses RE: Performance degradation after upgrading from 9.5 to 14  (Andreas Joseph Krogh <andreas@visena.com>)
List pgsql-general

Same issue and took us ages to work out that is was JIT! The default is on, and setting off solves the problem. I have seen several blogs reporting the same and so wonder why this default is on?

 

Z

 

From: Олександр Янін <aleksandr.janin@privatbank.ua>
Sent: Monday, April 22, 2024 8:01 PM
To: Johnathan Tiamoh <johnathantiamoh@gmail.com>
Cc: pgsql-generallists.postgresql.org <pgsql-general@lists.postgresql.org>
Subject: Re: Performance degradation after upgrading from 9.5 to 14

 

CAUTION: This email originated from outside of the organisation. Do not click links or open attachments unless you recognise the sender and know the content is safe. Visit the information security portal (MetaCompliance - MyCompliance Cloud) to do your training.

 

Try setting enable_memoize to off.
Our practice has shown that enabling this parameter by default often resulted in less than optimal query plans in the cache.

 

 

ср, 17 апр. 2024г. в 20:13, Johnathan Tiamoh <johnathantiamoh@gmail.com>:

Hello,

 

 

I performed an  upgrade from postgresql-9.5 to postgresql-14 and the performance has degraded drastically.

 

Please, is they any advice on getting performance back ?

 

pgsql-general by date:

Previous
From: Riku Iki
Date:
Subject: Re: Preallocation changes in Postgresql 16
Next
From: Andreas Joseph Krogh
Date:
Subject: RE: Performance degradation after upgrading from 9.5 to 14