Re: tsvector pg_stats seems quite a bit off. - Mailing list pgsql-hackers

From Jesper Krogh
Subject Re: tsvector pg_stats seems quite a bit off.
Date
Msg-id 4C00EFD0.7010903@krogh.cc
Whole thread Raw
In response to Re: tsvector pg_stats seems quite a bit off.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2010-05-28 04:47, Tom Lane wrote:
> Cranking up the stats target actually makes it worse not better, since
> low-frequency items are then more likely to get into the MCV list
>    

I should have been more precise in the wording. Cranking up the
stats target gave me overall a "better plan", but that is due to that
the range in the MCE histogram where the query-plan for my sample
query tipped from a "Bitmap Index Scan" on the gin-index to
"Index Scan" on a btree index actually became reliable.

This is more due to the nature of my application and test queries
than has anything to do with the correctness of the MCE histogram.

So cranking up the statistics target made the problem move
to somewhere, where it didnt matter that much to me.

-- 
Jesper


pgsql-hackers by date:

Previous
From: Jesper Krogh
Date:
Subject: Re: tsvector pg_stats seems quite a bit off.
Next
From: Jesper Krogh
Date:
Subject: Statistics for tsvector "wildcards". term*