Re: full vacuum really slows down query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: full vacuum really slows down query
Дата
Msg-id 7068.1212623068@sss.pgh.pa.us
обсуждение исходный текст
Ответ на full vacuum really slows down query  (Jason Long <mailing.list@supernovasoftware.com>)
Ответы Re: full vacuum really slows down query  (Jason Long <mailing.list@supernovasoftware.com>)
Список pgsql-general
Jason Long <mailing.list@supernovasoftware.com> writes:
> I have a query that takes 2 sec if I run it from a freshly restored
> dump.  If I run a full vacuum on the database it then takes 30 seconds.

> Would someone please comment as to why I would see a 15x slow down by
> only vacuuming the DB?

EXPLAIN ANALYZE of both cases might yield some insight.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Script errors on run
Следующее
От: Jason Long
Дата:
Сообщение: Re: full vacuum really slows down query