Re: where does postgres keep the query result until it is returned?
В списке pgsql-general по дате отправления:
| От | Sam Mason |
|---|---|
| Тема | Re: where does postgres keep the query result until it is returned? |
| Дата | |
| Msg-id | 20100917195930.GI7862@samason.me.uk обсуждение |
| Ответ на | Re: where does postgres keep the query result until it is returned? (Willy-Bas Loos <willybas@gmail.com>) |
| Ответы |
Re: where does postgres keep the query result until it is returned?
Re: where does postgres keep the query result until it is returned? |
| Список | pgsql-general |
On Fri, Sep 17, 2010 at 04:51:46PM +0200, Willy-Bas Loos wrote: > i have a function that produces a result in xml. > that is one row, one value even, but it grows pretty large. > how is that handled? Rows are sent back in the entireity, so the PG instance would need enough memory to work with that row. When you're running a 32bit version of PG, values whose size is beyond ~100MB are a bit touch and go whether it will work. -- Sam http://samason.me.uk/
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера