Re: Call for alpha testing: planner statistics revisions

Поиск
Список
Период
Сортировка
От Einar Karttunen
Тема Re: Call for alpha testing: planner statistics revisions
Дата
Msg-id Pine.LNX.4.33.0106211435590.3949-100000@kissaholmen.cs.Helsinki.FI
обсуждение исходный текст
Ответ на Call for alpha testing: planner statistics revisions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Sun, 17 Jun 2001, Tom Lane wrote:
> * On large tables, ANALYZE uses a random sample of rows rather than
> examining every row, so that it should take a reasonably short time
> even on very large tables.  Possible downside: inaccurate stats.
> We need to find out if the sample size is large enough.
How about letting the user specify how much of the table should be
examined? So if you know the data is homogenous you can just specify a
smaller sample than normal and if you have time you can have the whole
table scanned.

- Einar Karttunen


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

Предыдущее
От: Gilles DAROLD
Дата:
Сообщение: Oracle to PostgreSQL Tool
Следующее
От: zilch@home.se
Дата:
Сообщение: Foreign Keys to Non-primary keys?