Re: Postgres refusing to use >1 core

Поиск
Список
Период
Сортировка
От Aren Cambre
Тема Re: Postgres refusing to use >1 core
Дата
Msg-id BANLkTikSMFb7f8YLDrb47GLHn11GhQsKQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres refusing to use >1 core  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Postgres refusing to use >1 core  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-performance
Are you sure you are really using > 1 connection?  While your test is
running, log onto postgres with psql and grab the output of
pg_stat_activity a few times.  What do you see?

Thanks. If a connection corresponds to a process, then this suggests I am using 1 connection for my main thread, and all the threads it spawns are sharing another connection.

Aren

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgres refusing to use >1 core
Следующее
От: Aren Cambre
Дата:
Сообщение: Re: Postgres refusing to use >1 core