Re: Open 7.4 items

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open 7.4 items
Date: 2003-10-06 13:48:46
Message-ID: 26595.1065448126@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Jan Wieck <JanWieck(at)Yahoo(dot)com> writes:
> Does an ANALYZE run between index creation and bulk FK checking improve
> planning?

It almost certainly would, but I was assuming we had to consider this in
the context of loading existing dump files. We could think about having
pg_dump emit an automatic ANALYZE after the data loading step in the
future though.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-10-06 13:53:21 Re: more on initdb
Previous Message Tom Lane 2003-10-06 13:45:27 Re: Open 7.4 items

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-06 14:21:06 Re: fix log_min_duration_statement logic error
Previous Message Tom Lane 2003-10-06 13:45:27 Re: Open 7.4 items