Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: David Gould <daveg(at)sonic(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.
Date: 2015-10-30 15:53:57
Message-ID: 13962.1446220437@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> Of course, if we could avoid the pgstat check completely that would be
> even better. The amount of pgstat traffic that causes is ridiculous.

Good point ... shouldn't we have already checked the stats before ever
deciding to try to claim the table?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2015-10-30 16:11:50 Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.
Previous Message Alvaro Herrera 2015-10-30 15:49:37 Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.