Re: slow update & index question

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: slow update & index question
Дата
Msg-id 20021021115534.G73781-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: slow update & index question  ("Williams, Travis L, NPONS" <tlw@att.com>)
Список pgsql-general
On Mon, 21 Oct 2002, Williams, Travis L, NPONS wrote:

> I did do a vacuum.. but I don't know what analyze does..

Analyze will update the statistics on the table that are used
for planning purposes. If for example explain shows that it's doing
a sequential scan, it may not for example realize that the index is
useful in limiting the number of rows sufficiently to beat the
sequential scan.




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

Предыдущее
От: Roj Niyogi
Дата:
Сообщение: Re: client side software for windows, where?
Следующее
От: "Jeff MacDonald"
Дата:
Сообщение: pgxml_xpath - solution.