Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids

From: Valentine Gogichashvili <valgog(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids
Date: 2012-05-23 17:13:55
Message-ID: CAP93muUy5pHy5PqBKo9exdYjqOifLHuPAKqotkLb9FeTwfj8bA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello Andres,

Do you have both, longrunning transactions and transactions with many
> subtransactions?
>
> Yes long running plane SQL queries as well as many short SQL queries
running one after another in one long spanning transaction (we are working
on eliminating this kind of behavior, but it is some of the analysis tools
opening a transaction and then fetching lots of data with small queries).

Also many relatively short running calls (up to 500ms) to quite complicated
read-only stored procedures is being done constantly on that machine.

Regards,

-- Valentine

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Chaitany Kulkarni 2012-05-23 17:42:06 Re: BUG #6660: losing schema name in pg_dump
Previous Message Andres Freund 2012-05-23 16:40:34 Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids