Re: "no unpinned buffers available" ? why? (hstore and plperl involved)

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: "no unpinned buffers available" ? why? (hstore and plperl involved)
Дата
Msg-id
23902.1169824320@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
"no unpinned buffers available" ? why? (hstore and plperl involved) "hubert depesz lubaczewski" <depesz@gmail.com>
Re: "no unpinned buffers available" ? why? (hstore and Richard Huxton <dev@archonet.com>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) "hubert depesz lubaczewski" <depesz@gmail.com>
Re: "no unpinned buffers available" ? why? (hstore and Richard Huxton <dev@archonet.com>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) "hubert depesz lubaczewski" <depesz@gmail.com>
Re: "no unpinned buffers available" ? why? (hstore and Richard Huxton <dev@archonet.com>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) "hubert depesz lubaczewski" <depesz@gmail.com>
Re: "no unpinned buffers available" ? why? (hstore and Richard Huxton <dev@archonet.com>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) Tom Lane <tgl@sss.pgh.pa.us>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) Dave Cramer <pg@fastcrypt.com>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) Tom Lane <tgl@sss.pgh.pa.us>
Re: "no unpinned buffers available" ? why? (hstore and plperl involved) "hubert depesz lubaczewski" <depesz@gmail.com>
Dave Cramer  writes:
> I've also got a customer getting this error message.
> the OS is OSX 10.3 they are using plpgsql, and shared buffers is set  
> very low
> shared_buffers = 16	

Well, the answer to that is "if it hurts, don't do that".  You couldn't
expect to process more than a very small number of very simple queries
with so few buffers.  (Example: a simple INSERT involving a btree index
will require at least four concurrently pinned buffers if there's a need
for a btree page split; a join query would require at least one buffer
per table and index involved, etc.)  Hubert was using a reasonably large
number of buffers, so his case sounds more like an actual bug, but I'd
call the above just pilot error.

			regards, tom lane
В списке pgsql-general по дате отправления
От: Jeremy Haile
Дата:
Сообщение: Re: Stats collector frozen?
От: Tomi N/A
Дата:
FAQ