Row sampling..

Поиск
Список
Период
Сортировка
От Chris Bowlby
Тема Row sampling..
Дата
Msg-id 1080572864.17419.10.camel@morpheus.hub.org
обсуждение исходный текст
Ответы Re: Row sampling..  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi All, 
I'm trying to gain a good understanding of how PostgreSQL determines
what to sample when doing a stats analysis on a table. Using PostgreSQL
7.4's pg_stats table I can get a good overall understanding of
variations in the table, but I need to know how PostgreSQL makes it's
choices on what rows to sample. The other thing I also noted, is that I
can change the stats of a column to be as high as 1000, but PostgreSQL
still may not sample all 1000 elements..
can someone help me gain a good understanding of that area of Postgres
so that I can make better choices on optimizing?

-- 
Chris Bowlby <chris@pgsql.com>
PostgreSQL Inc.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fuzzy cost comparison to eliminate redundant planning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GIST code doesn't build on strict 64-bit machines