public inbox for [email protected]  
help / color / mirror / Atom feed
From: Laurenz Albe <[email protected]>
To: Edson Richter <[email protected]>
To: [email protected] <[email protected]>
Subject: Re: Read-only connectios optimizatios
Date: Sat, 25 Jan 2025 19:01:31 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <CPVP215MB18233EA81EAAD56516064077CFE22@CPVP215MB1823.LAMP215.PROD.OUTLOOK.COM>
References: <CPVP215MB18233EA81EAAD56516064077CFE22@CPVP215MB1823.LAMP215.PROD.OUTLOOK.COM>

On Sat, 2025-01-25 at 14:55 +0000, Edson Richter wrote:
> -Connections are established using the jdbc "readonly" attribute.
> 
> Does PostgreSQL perform any optimization on queries in this scenario to avoid
> establishing locks? Or are these queries treated like any other?

The only difference that I am aware of is that read-only transactions at the
SERIALIZABLE isolation level can release predicate locks earlier, which can
benefit performance.

But I don't think that you need to worry: reading transactions only take an
ACCESS SHARE lock on tables, which won't conflict with data modifications.

Yours,
Laurenz Albe





view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: Read-only connectios optimizatios
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox