Re: Postgres with pthread - Mailing list pgsql-hackers

From james
Subject Re: Postgres with pthread
Date
Msg-id 96697853-6356-24fd-6216-df1474905ddc@mansionfamily.plus.com
Whole thread Raw
In response to Re: Postgres with pthread  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Tracking of page changes for backup purposes. PTRACK [POC]
Next
From: john snow
Date:
Subject: postgresql 10's numeric data type maps to xxx in c# golang rust drivers??