Re: [HACKERS] Another nasty cache problem

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: [HACKERS] Another nasty cache problem
Дата
Msg-id 389A6A62.7A6BD39C@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на Another nasty cache problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Another nasty cache problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> Chris Bitmead <chrisb@nimrod.itg.telstra.com.au> writes:
> > What about portals? Doesn't psql use portals?
> 
> No ... portals are a backend concept ...

Since when?

According to the old doco you do...

select portal XX * from table_name where ...;

fetch 20 into XX.

If the PQexec() is called with "fetch 20" at a time
wouldn't this mean that you wouldn't exhaust front-end
memory with a big query?


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Another nasty cache problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] how to deal with sparse/to-be populated tables