|
|
|
|
|
by endorphone
3179 days ago
|
|
>The server is still single-threaded though -- they are getting the parallelism by starting multiple processes to do independent chunks of work. So...it isn't single threaded then? I mean that is exactly how the most advanced competitors operate (Oracle, SQL Server) as well -- a given connection stays on one thread, with the advantages that confers, unless the planner decides to parallelize. |
|