Re: Using Cursors in PHP

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Using Cursors in PHP
Дата
Msg-id Pine.LNX.4.33.0308060950030.15751-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Using Cursors in PHP  (Andreas Schmitz <a.schmitz@cityweb.de>)
Ответы Re: Using Cursors in PHP
Список pgsql-php
On Wed, 6 Aug 2003, Andreas Schmitz wrote:

>
> Hello *,
>
> I am just wondering if it is possible to use cursors within PHP. I need to
> page query result from a big table and I am looking for a solution to avoid
> scanning the complete table using limit and offset.

Yes, you can use cursors, no you can't expect them to survive from one
page to the next.

Luckily, Postgresql is smart enough to use indexes when you use offset
limit, but, of course, it must internally create the result set up to and
including the last row returned by the limit / offset.


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

Предыдущее
От: Andreas Schmitz
Дата:
Сообщение: Using Cursors in PHP
Следующее
От: Cath Lawrence
Дата:
Сообщение: authentication question