Re: Performance problem with query

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Performance problem with query
Дата
Msg-id b42b73150607140659u3a163980keed67c91d7cdc9e3@mail.gmail.com
обсуждение исходный текст
Ответ на Antw: Re: Performance problem with query  ("Christian Rengstl" <Christian.Rengstl@klinik.uni-regensburg.de>)
Список pgsql-general
On 7/14/06, Christian Rengstl
<Christian.Rengstl@klinik.uni-regensburg.de> wrote:
> Hi,
>
> somehow my reply yesterday got lost, but nevertheless here comes the
> explain analyze again. It's the explain of the operation that causes
> this huge performance discrepancy. Unfortunately i had to perform the
> explain analyze with an empty temp_table, because after the whole
> operation is done, i delete the data again to save some space.

that's not much help.  remember that explain analyze actually performs
your query. so next time you run it, do explain analyze and post
results here. just quick tip: run analyze before you run your big
query.

merlin

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

Предыдущее
От: "Christian Rengstl"
Дата:
Сообщение: Antw: Problem with archive_command
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Q: Table scans on set difference