Re: Parallel Execution of Query - Mailing list pgsql-novice

From James Keener
Subject Re: Parallel Execution of Query
Date
Msg-id 565CBD72.4090703@jimkeener.com
Whole thread Raw
In response to Re: Parallel Execution of Query  (Shmagi Kavtaradze <kavtaradze.s@gmail.com>)
List pgsql-novice
async is just an ability some client libraries offer/expose which allow
you to resume execution of your application before results are returned
from the database. This is similar to async HTTP requests, "promises"
(common in modern JavaScript), or async/await (as offered in some
languages) if you're familiar with those.

It doesn't change the 1-core per query limitation on the server.

Jim


Attachment

pgsql-novice by date:

Previous
From: Shmagi Kavtaradze
Date:
Subject: Re: Parallel Execution of Query
Next
From: tim.child@comcast.net
Date:
Subject: Re: Parallel Execution of Query