Re: Handling of images via Postgressql

Поиск
Список
Период
Сортировка
От Bob Lunney
Тема Re: Handling of images via Postgressql
Дата
Msg-id 333114.22026.qm@web39702.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Handling of images via Postgressql  (Suresh Borse <s.borse@direction.biz>)
Список pgsql-admin
Suresh,

The real question is:  does manipulation of the images have to be transactional?  If so, store them in the database.  If not, store the images in the file system and put the file name in the database, thereby avoiding unecessary WAL overhead.

Bob Lunney

--- On Wed, 4/7/10, Suresh Borse <s.borse@direction.biz> wrote:

From: Suresh Borse <s.borse@direction.biz>
Subject: [ADMIN] Handling of images via Postgressql
To: pgsql-admin@postgresql.org
Date: Wednesday, April 7, 2010, 8:50 AM



How does PostGreSQL perform in case we have to store and use huge no of images:

 Eg 4000 – 10000 images, each approx 2 MB size.

 

The Questions that we have are:

How do we handle such huge no of images so that the application does not slow down?

How does PostGreSQL use caching? In case of images does it cache?

Do you suggest having the images in a different database by itself?



Regards,

Suresh

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Handling of images via Postgressql
Следующее
От: Timothy Madden
Дата:
Сообщение: Re: Database level encryption