Re: EXPLAIN ANALYZE on 8.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN ANALYZE on 8.2
Дата
Msg-id 21146.1166112702@sss.pgh.pa.us
обсуждение исходный текст
Ответ на EXPLAIN ANALYZE on 8.2  (Evgeny Gridasov <eugrid@fpm.kubsu.ru>)
Ответы Re: EXPLAIN ANALYZE on 8.2
Список pgsql-performance
Evgeny Gridasov <eugrid@fpm.kubsu.ru> writes:
> Running the same query on pg 8.2 through EXPLAIN ANALYZE takes 4x-10x time as running it without it.

If your machine has slow gettimeofday() this is not surprising.  8.2 is
no worse (or better) than any prior version.

Some quick arithmetic from your results suggests that gettimeofday() is
taking about 3.3 microseconds, which is indeed pretty awful.  What sort
of machine is this exactly?

            regards, tom lane

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Matthew O'Connor
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations