Why different execution times for different instances for the same query?

Поиск
Список
Период
Сортировка
От Kishore B
Тема Why different execution times for different instances for the same query?
Дата
Msg-id 42567e060510251246s1b9eda40l54e73993f8bcfb34@mail.gmail.com
обсуждение исходный текст
Ответы Re: Why different execution times for different
Список pgsql-performance
Hi All,
 
We are executing a single query that returned very fast on the first instance. But when I executed the same query for multiple times, it is giving strange results. It is not coming back. 
 
When I checked with the processes running in the system, I observed that multiple instances of postmaster are running and all of them are consuming very high amounts of memory. I could also observe that they are sharing the memory in a uniform distribution across them.
 
Please let me know if any body has experienced the same and how do they resolved it.
 
Thank you,
Kishore.

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

Предыдущее
От: Rich Doughty
Дата:
Сообщение: Re: Outer join query plans and performance
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Why different execution times for different