Postgres cursor taking 2 hrs to update the table

Поиск
Список
Период
Сортировка
От M Tarkeshwar Rao
Тема Postgres cursor taking 2 hrs to update the table
Дата
Msg-id VI1PR0701MB27185EBD51AE968A142CF594AE290@VI1PR0701MB2718.eurprd07.prod.outlook.com
обсуждение исходный текст
Ответы Re: Postgres cursor taking 2 hrs to update the table  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general

Hi,

 

I have the 10 application processes(each process having 12 threads and each of have updating 8 million rows in the shared memory) which are reading the data from single postgres database. We are using database cursors in C++ to fetch the data and updating the shared memory. There is the timer attached, where all the processor threads going to fetch the data.

 

The issue is that sometimes it is fetching all the data in few seconds and sometimes it is taking 2 hrs.

 

What could be the issue. Can you please guide me to resolve the issue?

 

Regards

Tarkeshwar

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Date created for tables
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: logical replication protocol