Re: Postgres with pthread

Поиск
Список
Период
Сортировка
От james
Тема Re: Postgres with pthread
Дата
Msg-id 96697853-6356-24fd-6216-df1474905ddc@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: Postgres with pthread  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 27/12/2017 10:08, Andres Freund wrote:
> Optimizing for this seems like a pointless exercise. If the goal is efficient processing of 100k connections the
solutionis a session / connection abstraction and a scheduler.   Optimizing for this amount of concurrency just will
addcomplexity and slowdowns for a workload that nobody will run.
 

Isn't that what's suggested?
The difference is that the session scheduler is inside the server.
Accepting 100k connections is no problem these days - giving each of 
them an active thread seems to be the issue.



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Tracking of page changes for backup purposes. PTRACK [POC]
Следующее
От: john snow
Дата:
Сообщение: postgresql 10's numeric data type maps to xxx in c# golang rust drivers??