Re: libpq - lack of support to set the fetch size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq - lack of support to set the fetch size
Дата
Msg-id 908.1394464584@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq - lack of support to set the fetch size  (matshyeq <matshyeq@gmail.com>)
Список pgsql-general
matshyeq <matshyeq@gmail.com> writes:
> If 'SingleRowMode' goes row-by-row then again it's not a solution,
> especially given that this particular issue applies to rather large row
> sets.

Perhaps you should actually experiment with that solution instead of
rejecting it out of hand.  Or at least RTFM about it.

It does have limitations: you can't interleave fetching of different
large query results.  But I don't have a problem telling people they
ought to use cursors for such cases.

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: libpq - lack of support to set the fetch size
Следующее
От: Tim Kane
Дата:
Сообщение: Re: Playing with 9.4devel - unnest