Re: Handling of images via Postgressql

From: Robert Gravsjö <tekniksupport(at)blogg(dot)se>
To: s(dot)borse(at)direction(dot)biz
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Handling of images via Postgressql
Date: 2010-04-07 14:01:04
Message-ID: 4BBC9020.8090209@blogg.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2010-04-07 14:26:50 Re: Handling of images via Postgressql
Previous Message Renato Oliveira 2010-04-07 13:30:09 turn pitr 'on' on PostgreSQL 8.2 - pg_standby