Re: pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c)
В списке pgsql-committers по дате отправления:
| От | Hiroshi Inoue |
|---|---|
| Тема | Re: pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c) |
| Дата | |
| Msg-id | 39F8F265.C27990D7@tpf.co.jp обсуждение исходный текст |
| Ответ на | pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c) (Tom Lane <tgl@postgresql.org>) |
| Ответы |
Re: pgsql/src/backend/nodes (copyfuncs.c
outfuncs.c print.c)
|
| Список | pgsql-committers |
Tom Lane wrote: > Hiroshi Inoue <Inoue@tpf.co.jp> writes: > > Tom Lane wrote: > >> Now that I look at it, the optimizer *already* prefers fast-start plans > >> for cursors. Is LIMIT ALL really necessary as an additional hint, > >> and if so how should it interact with the bias for cursors? > > > If LIMIT doesn't restrict the total count of rows which cursors > > could return,there's no problem. Otherwise LIMIT ALL would be > > needed. > > But is there a reason to treat LIMIT ALL differently from no LIMIT > clause at all? > For example,LIMIT ALL means LIMIT 1 for optimizer and means no LIMIT for executor. Comments ? Regards, Hiroshi Inoue.
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера