vacuum performance on insert

Поиск
Список
Период
Сортировка
От Sean Chen
Тема vacuum performance on insert
Дата
Msg-id AANLkTikS-=gAKhEDbQi+xHp7C6SJjcjHcDaaLm1u-BAT@mail.gmail.com
обсуждение исходный текст
Ответы Re: vacuum performance on insert  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
Hi, I'm curious -- does "vacuum analyze e.g. table1" improve
performance on "insert into table1 ...". I understand the vacuum
analyze helps out the query -- select, etc., but just not quite sure
on insert.

Specifically, I'm doing the following.

1, delete records ...
2, insert records ...

if I add "vacuum analyze" in-between this two steps, will it help on
the performance on the insert?
More importantly, If so, why?

Thanks,
Sean

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

Предыдущее
От: Brad Nicholson
Дата:
Сообщение: Re: Testing Sandforce SSD
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: vacuum performance on insert