Обсуждение: Persistent connection in PostGresSQL

Поиск
Список
Период
Сортировка

Persistent connection in PostGresSQL

От
CIMPOESU Teodor
Дата:
I have some questions for you all,
What is the difference between a persistent connection and a regular one
in postgres?
If I read /server-status after some queries with pg_pconnect() I see a
lot of active sessions there.
In which cases it is reasonable to use a persistent conection and in
which is not?
10x.