Re: Configure Different Databases on One Server

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Configure Different Databases on One Server
Date: 2015-10-29 19:36:54
Message-ID: 56327556.7010401@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/29/2015 12:14 PM, Tom Lane wrote:
> Might be better to settle for configuring specific large tables using
> per-table vacuum settings, and not sweat the small stuff at a per-DB
> level.

indeed, since you ALSO need to vacuum the system tables occasionally, or
things go pear-shaped if you do lots of DDL.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Longwill 2015-10-29 19:41:03 Re: Configure Different Databases on One Server
Previous Message Adrian Klaver 2015-10-29 19:30:43 Re: mysql_fdw trouble