Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids - Mailing list pgsql-bugs

From Valentine Gogichashvili
Subject Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids
Date
Msg-id CAP93muUy5pHy5PqBKo9exdYjqOifLHuPAKqotkLb9FeTwfj8bA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids  (Andres Freund <andres@anarazel.de>)
List 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

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #6661: out-of-order XID insertion in KnownAssignedXids
Next
From: Chaitany Kulkarni
Date:
Subject: Re: BUG #6660: losing schema name in pg_dump