Re: Best practice for file storage? - Mailing list pgsql-general

From Mark Morgan Lloyd
Subject Re: Best practice for file storage?
Date
Msg-id hk3q6h$nab$1@pye-srv-01.telemetry.co.uk
Whole thread Raw
In response to Best practice for file storage?  (Joe Kramer <cckramer@gmail.com>)
List pgsql-general
Joe Kramer wrote:
> Hi,
>
> I need to store a lot of large files (thousands of 10-100 MB files)
> uploaded through my web application and  I find that storing them in
> database as bytea field is not practical for backup purposes.
> My database has full backup performed every 12 hours and backup is
> encrypted and copied to server on another continent. Having all the
> heavy binary data in database will make backups impossible.
>
> So I am thinking of having a table just for metadata and file id
> sequence and storing the file on file system:

Wasn't one of the particle accelerator establishments using PostgreSQL
in this way for their raw data?

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

pgsql-general by date:

Previous
From: Joe Kramer
Date:
Subject: Best practice for file storage?
Next
From: Craig Ringer
Date:
Subject: Re: Ability to 'fork' a running transaction?