Re: Large databases, performance

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: Large databases, performance
Дата
Msg-id latopug1vl51769nkn3rj2ltdhjvqrbfof@4ax.com
обсуждение исходный текст
Ответ на Re: Large databases, performance  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: Large databases, performance  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-hackers
On Thu, 03 Oct 2002 21:47:03 +0530, "Shridhar Daithankar"
<shridhar_daithankar@persistent.co.in> wrote:
>I believe that was vacuum analyze only.

Well there is

    VACUUM [tablename];

and there is

    ANALYZE [tablename];

And

    VACUUM ANALYZE [tablename];

is VACUUM followed by ANALYZE.

Servus
 Manfred

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Trigger regression test output
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Correlation in cost_index()