Re: SELECT very slow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SELECT very slow
Дата
Msg-id 27961.1118275606@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SELECT very slow  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: SELECT very slow
Re: SELECT very slow
Re: SELECT very slow
Список pgsql-sql
Thomas Kellerer <spam_eater@gmx.net> writes:
> Is there anything I can do, to convince PG to return the first row more 
> quickly?

libpq's API for PQresult is such that it really doesn't have any choice
but to collect the full result set before it hands you back the
PQresult.  I don't know JDBC very well but I think it has similar
semantic constraints.

The solution is to use a cursor and FETCH a reasonably small number of
rows at a time.
        regards, tom lane


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

Предыдущее
От: Keith Worthington
Дата:
Сообщение: [Fwd: RE: Re: Rule]
Следующее
От: Alain
Дата:
Сообщение: Re: SELECT very slow