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 42567e060510251318n747e0cf8m311210c3e4434bf3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Why different execution times for different instances for the same query?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-admin

Hi All,

 

I am Kishore doing freelance development of J2EE applications.

 

We switched to use Postgresql recently because of the advantages it has over other commercial databases. All went well untill recently, untill we began working on an application that needs to maintain  a huge database.

 

I am describing the problem we are facing below. Can you please take a look at the case, and help me in resolvign the issue.

 

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.
 
Can you please let me know if you have experienced the same and how do you resolved it?
 
Thank you,
Kishore. 

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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: files to ignore during pitr base backup
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Replaying archived wal files after a dump restore?