Re: Cursor-based results: bafflingly slow

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Cursor-based results: bafflingly slow
Дата
Msg-id 4A4E04D1.5010905@opencloud.com
обсуждение исходный текст
Ответ на Cursor-based results: bafflingly slow  (Robin Houston <robin.houston@gmail.com>)
Список pgsql-jdbc
Robin Houston wrote:

> For example, if I use "limit 100" to simulate the effect of fetching
> the first 100 results:

They're not really equivalent. A portal with a limited fetchsize is more
like DECLARE CURSOR, not LIMIT.

What does the plan look like if you plan it without the LIMIT?

-O


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

Предыдущее
От: Robin Houston
Дата:
Сообщение: Cursor-based results: bafflingly slow
Следующее
От: Robin Houston
Дата:
Сообщение: Cursor-based results: bafflingly slow