Re: same question little different test MSSQL vrs Postgres

Поиск
Список
Период
Сортировка
От Dennis Sacks
Тема Re: same question little different test MSSQL vrs Postgres
Дата
Msg-id 41F8043C.6080101@illusions.com
обсуждение исходный текст
Ответ на Re: same question little different test MSSQL vrs Postgres  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: same question little different test MSSQL vrs Postgres  (Mischa <mischa_Sandberg@telus.net>)
Список pgsql-sql
Bruno Wolff III wrote:

>On Tue, Jan 25, 2005 at 21:21:08 -0700,
>  Dennis Sacks <dennis@illusions.com> wrote:
>  
>
>>One of the things you'll want to do regularly is run a "vacuum analyze". 
>>You can read up on this in the postgresql docs. This is essential to the 
>>indexes being used properly. At a bare minimum, after you import a large 
>>amount of data, you'll want to run vacuum analyze.
>>    
>>
>
>Note that there is no need to vacuum after inserts (only updates and deletes),
>so you can just do an analyze in that case.
>  
>
Good point! Analyze after bulk inserts, vacuum analyze after 
updates/deletes and inserts. :)

Dennis Sacks


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: same question little different test MSSQL vrs Postgres
Следующее
От: PFC
Дата:
Сообщение: Re: testing/predicting optimization using indexes