Re: Handling of images via Postgressql - Mailing list pgsql-admin

From Robert Gravsjö
Subject Re: Handling of images via Postgressql
Date
Msg-id 4BBC9020.8090209@blogg.se
Whole thread Raw
In response to Handling of images via Postgressql  (Suresh Borse <s.borse@direction.biz>)
Responses Re: Handling of images via Postgressql  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List 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 by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: Handling of images via Postgressql