analyze.c - Mailing list pgsql-hackers

From Tiago Antão
Subject analyze.c
Date
Msg-id Pine.LNX.4.21.0008231217570.3985-100000@eros.si.fct.unl.pt
Whole thread Raw
Responses Re: analyze.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: analyze.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hi!
 About analyze.c: If taken out vacuum, couldn't it be completly taken out of pg? Say,
to an external program? What's the big reason not to do that? I know that
there is some code in analyze.c (like comparing) that uses other parts of
pg, but that seems to be easily fixed.
 I'm leaning toward the implementation of end-biased histograms. There is
an introductory reference in the IEEE Data Engineering Bulletin, september
1995 (available on microsoft research site).

Best Regards,
Tiago




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: How Do You Pronounce "PostgreSQL"?
Next
From: Jules Bean
Date:
Subject: Re: Optimisation deficiency: currval('seq')-->seq scan, constant-->index scan