Re: Handling of images via Postgressql

Поиск
Список
Период
Сортировка
От Robert Gravsjö
Тема Re: Handling of images via Postgressql
Дата
Msg-id 4BBC9020.8090209@blogg.se
обсуждение исходный текст
Ответ на Handling of images via Postgressql  (Suresh Borse <s.borse@direction.biz>)
Ответы Re: Handling of images via Postgressql  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-admin

Suresh Borse skrev 2010-04-07 14.50:
>
>
> 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?

I'd suggest storing meta information in PostgreSQL and the images in the
filesystem.

Regards,
roppert

>
>
>
> Regards,
>
> Suresh
>

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Handling of images via Postgressql