Re: Hot standby, running xacts, subtransactions

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hot standby, running xacts, subtransactions
Date: 2009-02-25 21:33:35
Message-ID: 49A5B92F.5090808@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> You raised that as an annoyance previously because it means that
> connection in hot standby mode may be delayed in cases of heavy,
> repeated use of significant numbers of subtransactions.

While most users still don't use explicit subtransactions at all,
wouldn't this also affect users who use large numbers of stored procedures?

--Josh Berkus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-02-25 21:34:41 Re: Hot standby, running xacts, subtransactions
Previous Message Robert Haas 2009-02-25 21:28:05 Re: Synchronous replication & Hot standby patches