Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rx96e-006dRS-UR for pgsql-general@arkaria.postgresql.org; Wed, 17 Apr 2024 17:30:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rx96d-00DMKw-In for pgsql-general@arkaria.postgresql.org; Wed, 17 Apr 2024 17:29:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rx96d-00DMKo-8d for pgsql-general@lists.postgresql.org; Wed, 17 Apr 2024 17:29:59 +0000 Received: from smtp121.ord1d.emailsrvr.com ([184.106.54.121]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rx96a-001Ufo-Nl for pgsql-general@lists.postgresql.org; Wed, 17 Apr 2024 17:29:58 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp16.relay.ord1d.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 9A17B40280; Wed, 17 Apr 2024 13:29:54 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: Performance degradation after upgrading from 9.5 to 14 From: Christophe Pettus In-Reply-To: Date: Wed, 17 Apr 2024 10:28:48 -0700 Cc: "pgsql-generallists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <36ABD763-8D40-465B-8013-3C50712259E3@thebuild.com> References: To: Johnathan Tiamoh X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Classification-ID: 0ca465ec-2ba7-4929-b2a2-c0b6d4f995c8-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Apr 17, 2024, at 10:13, Johnathan Tiamoh = wrote: > I performed an upgrade from postgresql-9.5 to postgresql-14 and the = performance has degraded drastically. >=20 > Please, is they any advice on getting performance back ? Run: VACUUM (ANALYZE, VERBOSE); More seriously (although make sure you did do that), "performance" is = made up of a lot of components. There's no "go faster" switch in = postgresql.conf you may have neglected. You'll need to do a bit of = investigation first to find out what is running slow, where it should be = fast: I/O performance? Query times? Once you have that information, = the community can provide much more assistance.=