Re: Autovacuum of independent tables - Mailing list pgsql-general

From Michael Holzman
Subject Re: Autovacuum of independent tables
Date
Msg-id CAPNViJoV+Bpgja8vEES2dnes-aHSbm_vxQZcmWOi+ZbrK2JhqA@mail.gmail.com
Whole thread Raw
In response to Re: Autovacuum of independent tables  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Autovacuum of independent tables  (Ravi Krishna <srkrishna@yahoo.com>)
List pgsql-general


On Tue, Sep 8, 2020 at 12:28 PM Pavel Stehule wrote:

You can try to reduce length of transactions, if possible.


This is the problem. A and B were developed for Oracle where SELECT does not open a transaction. We moved them to PG and now we have to very accurately add COMMITs without breaking the flow. It is quite a complex thing. I hoped we can avoid that.

--
Regards,
    Michael Holzman

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Autovacuum of independent tables
Next
From: Ravi Krishna
Date:
Subject: Re: Autovacuum of independent tables