On Fri, Jul 2, 2010 at 12:22 PM, Tim <tavs...@gmail.com> wrote:
> I've had a website up for a couple of months and it's starting to get
> these db timeouts as traffic has increased to say 1k pageviews a day.
>

Are you using any two-phase commit (ie, prepared transactions?)

We find that if you try to insert data that will conflict with data
pending in a 2PC, you get a statement timeout immediately.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to