Re: Storing many big files in database- should I do it?

From: "Massa, Harald Armin" <chef(at)ghum(dot)de>
To: Rod <cckramer(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Storing many big files in database- should I do it?
Date: 2010-04-27 09:03:42
Message-ID: g2ue3e180dc1004270203w9c7edf0epd25c4459f7cab5a2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> No, I'm not storing RDBMS in S3. I didn't write that in my post.
> S3 is used as CDN, only for downloading files.
>

So you are storing your files on S3 ?

Why should you store those files additionally in a PostgreSQL database?

If you want to keep track of them / remember metadata, hashes will do the
job with much less memory.

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
%s is too gigantic of an industry to bend to the whims of reality

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A.Bhattacharya 2010-04-27 09:15:56 Re: PostgreSQL Performance issue
Previous Message Rod 2010-04-27 08:58:30 Re: Storing many big files in database- should I do it?