Re: psql SET/RESET/SHOW tab completion

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: psql SET/RESET/SHOW tab completion
Дата
Msg-id 20050813174022.GA17449@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: psql SET/RESET/SHOW tab completion  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: psql SET/RESET/SHOW tab completion  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Aug 13, 2005 at 11:04:18AM -0600, Michael Fuhr wrote:
> I had removed --enable-cassert from my configure script while doing
> some performance tests and never put it back (I had noticed that
> VACUUM was quite slow on that box and found that it was due to the
> assertion checks).

BTW, here are the results of those tests: a VACUUM ANALYZE of
template1 without --enable-cassert takes about 830ms on my box.
With --enable-cassert it takes about 24200ms, regardless of the
debug_assertions setting.

-- 
Michael Fuhr


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SPI: ERROR: no snapshot has been set
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Changes improve the performance of INSERT and UPDATE