Re: How to determine a database is intact?

From: Wes <wespvp(at)syntegra(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jan Wieck <JanWieck(at)yahoo(dot)com>, Richard Huxton <dev(at)archonet(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to determine a database is intact?
Date: 2004-09-08 22:47:47
Message-ID: BD64F643.10C8B%wespvp@syntegra.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/8/04 9:11 AM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> FWIW, increasing sort_mem for the reload process would probably help
> with the index and FK rebuilds. (8.0 rejiggers things so that the
> memory constraints for these operations are driven off a separate
> variable, but in 7.* you need to muck about with sort_mem. The
> appropriate value for one-off operations is a lot higher than what
> you would want multiple competing backends to be using.)

How big are we talking? I've got it set to 65535 right now. Multiply it by
10?

Wes

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-09-08 22:51:57 Re: How to determine a database is intact?
Previous Message Tom Lane 2004-09-08 21:42:12 Re: function calls in WHERE clause