Re: suggestion: set default statistics to 100 for numerics

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: suggestion: set default statistics to 100 for numerics
Date: 2004-07-01 22:37:53
Message-ID: 20040701223753.GC13816@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 30, 2004 at 10:56:53PM -0400, Joseph Shraibman wrote:
> Seeing how small storage for a number type is compared to a text type,
> and seeing how they tend to be queried on a lot, shouldn't it be
> reasonable for the default stats number for numerics to be 100 instead
> of 10?

The problem is not only storage space, but also the optimizer runtime;
which would have to munge the larger amount of data ... not sure if this
is critical but enlarging it by default for all numeric columns may not
be desirable.

Anyway ISTM a better rule would be enlarging the default stats number
for columns that are part of an index, rather than using the datatype.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Porque Kim no hacia nada, pero, eso sí,
con extraordinario éxito" ("Kim", Kipling)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-07-01 22:38:41 Re: Nested Transactions, Abort All
Previous Message Peter Eisentraut 2004-07-01 22:11:09 Re: Adding column comment to information_schema.columns