Re: Vacuum, Freeze and Analyze: the big picture

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vacuum, Freeze and Analyze: the big picture
Date: 2013-06-03 18:00:38
Message-ID: 51ACD9C6.1090203@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-06-03 18:12:00 Re: Vacuum, Freeze and Analyze: the big picture
Previous Message Миша Тюрин 2013-06-03 17:51:50 Re[2]: [HACKERS] Re: [HACKERS] high io BUT huge amount of free memory