Re: vacuumdb not letting me connect to db

Поиск
Список
Период
Сортировка
От Ron
Тема Re: vacuumdb not letting me connect to db
Дата
Msg-id efacaeb3-3c86-e7f2-a674-9087b812502f@gmail.com
обсуждение исходный текст
Ответ на Re: vacuumdb not letting me connect to db  (Atul Kumar <akumar14871@gmail.com>)
Список pgsql-general
What about disk IO?  That's what really gets saturated when running 300 threads.

On 2/4/21 11:00 AM, Atul Kumar wrote:
Hi,

The CPU and RAM are normal even on 300 jobs ( only 1-4% of consumption) but I don’t understand one thing here that if max_connections is set to 700 then why I am not able to connect the db.

As the running jobs (300) are lesser than half of max_connections.


Regards 
Atul


On Thursday, February 4, 2021, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
On Thu, 2021-02-04 at 16:56 +0530, Atul Kumar wrote:
> I have 160 GB of RAM, postgres 9.6 is running on the server.
>
> after upgrade I ran the below command:
>
> "/usr/edb/as9.6/bin/vacuumdb" -U 'enterprisedb' --verbose --all -j 300
> --analyze-only
>
> after running that  command I was not able to connect the database
> using psql for few minutes.

That is to be expected.

If you have 300 processes performing I/O and using CPU, your machine
will vertainly be overloaded.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com


--
Angular momentum makes the world go 'round.

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: vacuumdb not letting me connect to db
Следующее
От: Ravi Krishna
Дата:
Сообщение: Re: vacuumdb not letting me connect to db