Re: high transaction rate

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: high transaction rate
Date: 2016-12-07 16:47:21
Message-ID: 060ba9a6-2de5-530a-6d6d-fad308934bb3@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2. Accumulation of dead tuples leading to what should be very short
operations taking longer.
>
> No idea of that is helpful but where I would probably start
>
>
>
Please tell me that in this case, updating 2 (big)integer columns does
not generate dead tuples (i.e. does not involve a insert/delete pair).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-12-07 16:58:50 Re: high transaction rate
Previous Message Chris Travers 2016-12-07 16:12:08 Re: When to use COMMENT vs --