Re: Query 200x slower on server [PART 2]

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Query 200x slower on server [PART 2]
Дата
Msg-id 44CDCCDF.8000304@archonet.com
обсуждение исходный текст
Ответ на Query 200x slower on server [PART 2]  ("NbForYou" <nbforyou@hotmail.com>)
Список pgsql-performance
NbForYou wrote:
> See Query 200x slower on server [PART 1] before reading any further

Cant' find it. Sorry.

>
> QUERY PLAN ON MY HOME SERVER
[snip]
> Total runtime: 125.432 ms
>
> This means that the Query is 200 times slower on the webhost!
>
> How can I resolve this?

First - what is different between the two plans and why? PostgreSQL will
be choosing a different plan because:
1. It's estimating different numbers of rows for one or more steps
2. It's estimating a different cost for one or more steps
3. It's triggering the genetic optimiser which means you're not
necessarily going to get the same plan each time.
4. You've got different versions of PG on the different machines.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: How to increase performance?
Следующее
От: Axel Rau
Дата:
Сообщение: directory tree query with big planner variation