Re: Parallel Execution of Query

Поиск
Список
Период
Сортировка
От James Keener
Тема Re: Parallel Execution of Query
Дата
Msg-id 565CBD72.4090703@jimkeener.com
обсуждение исходный текст
Ответ на Re: Parallel Execution of Query  (Shmagi Kavtaradze <kavtaradze.s@gmail.com>)
Список 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


Вложения

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

Предыдущее
От: Shmagi Kavtaradze
Дата:
Сообщение: Re: Parallel Execution of Query
Следующее
От: tim.child@comcast.net
Дата:
Сообщение: Re: Parallel Execution of Query