Re: Query optimization - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: Query optimization
Date
Msg-id CAKAnmmJM9xF2xpe48LkA6h0rLPJs9yPbuE7UWA9Gwz-Fzvo4Tw@mail.gmail.com
Whole thread Raw
In response to Re: Query optimization  (Durgamahesh Manne <maheshpostgres9@gmail.com>)
List pgsql-general
On Thu, Mar 13, 2025 at 11:49 PM Durgamahesh Manne <maheshpostgres9@gmail.com> wrote:
To return one row takes 43ms is not optimal 

It's actually much faster than that, but even 43ms is overall good. The query is already pretty optimal, as it uses a single index only scan. There are a few tricks left to make this potentially faster, but you may want to look into using some sort of in-memory caching system if your application is that sensitive to timings. Or find us a version in which the execution time is not 1/20th of a millisecond and we can work on that one.

Also take a look at pg_stat_statements so you can see how fast the query is on average.

Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

pgsql-general by date:

Previous
From: mark bradley
Date:
Subject: Re: Duplicate Key Values
Next
From: Justin Blank
Date:
Subject: The logic behind comparing generic vs. custom plan costs