Re: Postgresql 14 performance - Mailing list pgsql-admin

From Mladen Gogala
Subject Re: Postgresql 14 performance
Date
Msg-id d0abdd47-97f9-4f82-9759-2fe3309784d1@gmail.com
Whole thread Raw
In response to Re: Postgresql 14 performance  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-admin
On 8/27/22 11:49, Jeff Janes wrote:
I don't think that that follows at all.  Proper index usage can vastly improve CPU-bound performance, not just Disk-bound performance. And that it used to be faster in the recent past suggests that it is certainly possible for it to be faster.

I assume he is on a system/installation without a JIT provider, so even if jit is enabled in the postgresql.conf, it won't be used.

That may also be true. The plan attached by the OP doesn't have any JIT information despite him telling us that JIT is turned on. As for the proper index usage, I would need to look at the plan details, in particular, how many rows were retrieved in each index range scan step. Unfortunately, I don't have time to do that.

Regards

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

pgsql-admin by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Postgresql 14 performance
Next
From: Alex Christian
Date:
Subject: could not connect to server, in order to operate pgAdmin/PostgreSQL via python