Re: Async PQgetResult() question.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Async PQgetResult() question.
Дата
Msg-id 1505.994536841@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Async PQgetResult() question.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I said:
> Also, unless you are sending more than one
> query in a query string, the backend is going to be absorbing the
> data as fast as it can anyway; so even if you do block it's only
> going to be for a network transit delay, not for database processing.

Actually, forget the "unless" part -- the backend won't start parsing
the querystring until it's got it all.  It just reads the query into
memory as fast as it can, semicolons or no.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Async PQgetResult() question.
Следующее
От: Matthew Hagerty
Дата:
Сообщение: Re: Async PQgetResult() question.