analyze.c

Поиск
Список
Период
Сортировка
От Tiago Antão
Тема analyze.c
Дата
Msg-id Pine.LNX.4.21.0008231217570.3985-100000@eros.si.fct.unl.pt
обсуждение исходный текст
Ответы Re: analyze.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: analyze.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: How Do You Pronounce "PostgreSQL"?
Следующее
От: Jules Bean
Дата:
Сообщение: Re: Optimisation deficiency: currval('seq')-->seq scan, constant-->index scan