Re: SELECT's take a long time compared to other DBMS

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: SELECT's take a long time compared to other DBMS
Дата
Msg-id 1062796189.447.9.camel@tokyo
обсуждение исходный текст
Ответ на Re: SELECT's take a long time compared to other DBMS  ("Relaxin" <noname@spam.com>)
Список pgsql-performance
On Fri, 2003-09-05 at 14:18, Relaxin wrote:
> Expect that the Declare/Fetch only creates a forwardonly cursor, you can go
> backwards thru the result set.

No, DECLARE can create scrollable cursors, read the ref page again. This
functionality is much improved in PostgreSQL 7.4, though.

-Neil



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] how to get accurate values in pg_statistic
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Seq scan of table?