Re: 7.4 - FK constraint performance - Mailing list pgsql-sql

From ow
Subject Re: 7.4 - FK constraint performance
Date
Msg-id 20040213002548.19523.qmail@web60808.mail.yahoo.com
Whole thread Raw
In response to 7.4 - FK constraint performance  (ow <oneway_111@yahoo.com>)
Responses Re: 7.4 - FK constraint performance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
--- Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Well, there's the smoking gun all right.  Why does it think there are
> going to be 7893843 matching rows!?  Could we see the pg_stats row for
> the large.small_id column?
> 
>             regards, tom lane

schemaname    tablename    attname    null_frac    avg_width    n_distinct    most_common_vals
most_common_freqs    histogram_bounds    correlation
my    large    small_id    0    4    10    {7,3,5,1,4,2,8,10,6,9}
{0.108667,0.105,0.104333,0.101333,0.100667,0.0983333,0.0983333,0.0983333,0.094,0.091}0.0597573




__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


pgsql-sql by date:

Previous
From: ow
Date:
Subject: Re: 7.4 - FK constraint performance
Next
From: Tom Lane
Date:
Subject: Re: 7.4 - FK constraint performance