Re: Insert Performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Insert Performance
Дата
Msg-id 525.1033010112@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Insert Performance  ("Michael Paesold" <mpaesold@gmx.at>)
Список pgsql-hackers
"Michael Paesold" <mpaesold@gmx.at> writes:
> Only vacuum will reset the insert times to the lowest possible!
> What does the vacuum code do?? :-]

It removes dead tuples.  Dead tuples can only arise from update or
delete operations ... so you have not been telling us the whole
truth.  An insert-only test would not have this sort of behavior.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: compiling client utils under win32 - current 7.3devel
Следующее
От: Joe Conway
Дата:
Сообщение: Re: compiling client utils under win32 - current 7.3devel