Re: cluster test - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: cluster test
Date
Msg-id 46580EB4.9030308@enterprisedb.com
Whole thread Raw
In response to Re: cluster test  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: cluster test  (Joachim Wieland <joe@mcknight.de>)
List pgsql-patches
Tom Lane wrote:
> Gregory Stark <stark@enterprisedb.com> writes:
>> Perhaps this comes down to 64 vs 32 bit datum and aligments and therefore
>> different size tables which because the planner does the lseek to measure the
>> table size shows up as different estimates for sequential scan costs?
>
> But we've got plenty of both in the buildfarm, and none of them are
> showing this failure.  So I'm curious to know what's really different
> about Joachim's installation.  It seems he must have a pg_constraint
> table enough larger than "normal" to discourage the seqscan, but where
> did that come from?  There's only one row in pg_constraint in standard
> template0 --- could he be working with a custom system that has many
> more?

Or maybe some non-default values in postgresql.conf? Like random_page_cost?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Seq scans status update
Next
From: Joachim Wieland
Date:
Subject: Re: cluster test