Re: Adding foreign key performance - Mailing list pgsql-performance

From Bruce Momjian
Subject Re: Adding foreign key performance
Date
Msg-id 200310281854.h9SIs3726853@candle.pha.pa.us
Whole thread Raw
In response to Re: Adding foreign key performance  ("John K. Herreshoff" <jkherr@centurytel.net>)
List pgsql-performance
John K. Herreshoff wrote:
> I'm not sure about the analyze stats...  Where would I find that  (in
> postgresql.conf I suppose)  I'll go see what I have set up, and get back to
> you in 30 minutes or less...

They are in pg_statistic.  If you have ever anaylzed the table, there
are stats.  I am interested in the non-analyze case because that's how
the data will load into a fresh db via pg_dump.


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-performance by date:

Previous
From: "Cestmir Hybl"
Date:
Subject: Ignoring index on (A is null), (A is not null) conditions
Next
From: "John K. Herreshoff"
Date:
Subject: Re: Adding foreign key performance