Re: Best practice for file storage?

Поиск
Список
Период
Сортировка
От Mark Morgan Lloyd
Тема Re: Best practice for file storage?
Дата
Msg-id hk3q6h$nab$1@pye-srv-01.telemetry.co.uk
обсуждение исходный текст
Ответ на Best practice for file storage?  (Joe Kramer <cckramer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Joe Kramer
Дата:
Сообщение: Best practice for file storage?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Ability to 'fork' a running transaction?