Re: Does indexing help >= as well as = for integer columns? - Mailing list pgsql-general

From Manfred Koizar
Subject Re: Does indexing help >= as well as = for integer columns?
Date
Msg-id aiao111hhqhj619bk4ifh99v6dee4e1pks@email.aon.at
Whole thread Raw
In response to Re: Does indexing help >= as well as = for integer columns?  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
On 02 Feb 2005 00:58:17 -0500, Greg Stark <gsstark@mit.edu> wrote:
>I don't recall what the original motivation to rewrite the analyze sampling
>was, did having lots of dead tuples cause bad estimates in 7.4?

The original intention was to make analysing huge tables faster.  But
the patch turned out to be _slower_ for mid sized tables.  So it was
sold to the community as a way to produce better statistics for
relations with many dead tuples near the start.

Servus
 Manfred

pgsql-general by date:

Previous
From: Dorian Büttner
Date:
Subject: Re: psql terminal / quote-key
Next
From: Oleg Bartunov
Date:
Subject: Re: tsearch2 problems / limitations