Re: [GENERAL] Idea for the statistics collector

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: kleptog(at)svana(dot)org, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Idea for the statistics collector
Date: 2002-06-21 03:59:11
Message-ID: 200206210359.g5L3xBJ07456@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Neil Conway wrote:
> On Thu, 20 Jun 2002 22:50:04 -0400 (EDT)
> "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> > I have thought that some type of feedback from the executor back into
> > the optimizer would be a good feature. Not sure how to do it, but your
> > idea makes sense. It certainly could update the table statistics after
> > a sequential scan.
>
> Search the archives for a thread I started on -hackers called "self-tuning
> histograms", which talks about a pretty similar idea. The technique there
> applies only to histograms, and builds the histogram based *only* upon
> the data provided by the executor.
>
> Tom commented that it's probably a better idea to concentrate on more
> elementary techniques, like multi-dimensional histograms, before starting
> on ST histograms. I agree, and plan to look at multi-dimensional histograms
> when I get some spare time.

I was thinking of something much more elementary, like a table that
reports to have 50 blocks but an executor sequential scan shows 500
blocks.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Dimov 2002-06-21 04:26:55 Re: URGENT: Performance tuning
Previous Message Neil Conway 2002-06-21 03:55:38 Re: [GENERAL] Idea for the statistics collector

Browse pgsql-hackers by date

  From Date Subject
Next Message Dann Corbit 2002-06-21 04:02:58 Re: [GENERAL] Idea for the statistics collector
Previous Message Neil Conway 2002-06-21 03:55:38 Re: [GENERAL] Idea for the statistics collector