Re: Limit vs setMaxRows issue

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Limit vs setMaxRows issue
Дата
Msg-id 44B4D610.9010105@logix-tt.com
обсуждение исходный текст
Ответ на Re: Limit vs setMaxRows issue  (Marc Herbert <Marc.Herbert@continuent.com>)
Список pgsql-jdbc
Hi, Marc,

Marc Herbert wrote:

> Even if you delay the parsing on the first execution in order to wait
> for any helpful but late .setMaxRows(), then later .setMaxRows() on
> the next re-executions will come after parsing anyway. Unless you
> kinda re-parse every time...

Only when setMaxRows() actually changes.

And theoretically, only re-planning is required, not re-parsing, but
currently the server does not allow clients to control those steps
independently.

HTH,
Markus


--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

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

Предыдущее
От: Marc Herbert
Дата:
Сообщение: Re: Limit vs setMaxRows issue
Следующее
От: "Lucas Sousa"
Дата:
Сообщение: Re: executeQuery Locked