Re: Vacuum, Freeze and Analyze: the big picture - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Vacuum, Freeze and Analyze: the big picture
Date
Msg-id 51ACD9C6.1090203@agliodbs.com
Whole thread Raw
In response to Vacuum, Freeze and Analyze: the big picture  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Vacuum, Freeze and Analyze: the big picture  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
>> Also, locking while it does its work.
> 
> Eh?

Even if we're doing lazy vacuum, we have to lock a few pages at a time
of each table.  This does result in response time delays on the current
workload, which can be quite bad if it's a highly contended table already.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Миша Тюрин
Date:
Subject: Re[2]: [HACKERS] Re: [HACKERS] high io BUT huge amount of free memory
Next
From: Andres Freund
Date:
Subject: Re: Vacuum, Freeze and Analyze: the big picture