Re: [GENERAL] Image storage questions

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: [GENERAL] Image storage questions
Дата
Msg-id 200505200939.13419.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: [GENERAL] Image storage questions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I asked this on general, but got no answer on this particular 
point, maybe someone here knows.  Are blobs are stored in the 
shared memory cache upon retrieval?  

I ask because we're trying to decide whether to store an enormous 
number of images in PostgreSQL, and I'd be concerned that 
frequent retrieval of those images would effectively empty the 
cache of the rest of the non-image data.

I watched the pg_statio* numbers during some test retrievals, and 
it appears the reads and cache hits on the binary image data are 
not being counted.  I'm wondering if that is the truth of what's 
going on, or just an accounting oversight.

Thanks.



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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Learning curves and such (was Re: pgFoundry)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Inherited constraints and search paths (was Re: