Re: Video storage in Postgres?

Поиск
Список
Период
Сортировка
От Lukas Kahwe Smith
Тема Re: Video storage in Postgres?
Дата
Msg-id 46C53913.4030401@pooteeweet.org
обсуждение исходный текст
Ответ на Re: Video storage in Postgres?  (JoshuaKramer <josh@globalherald.net>)
Ответы Re: Video storage in Postgres?  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-advocacy
JoshuaKramer wrote:

> In all seriousness, what advantages accrue by serving video from the DB?

Well all the advantages people associate with LOBs:
- single place for all data * for backups * for replication * for ACLs

I often just care about the first two, in which case I simply employ a
mod_rewrite rule, that points to the on disc version of the file and
fals back to serving directly from the database (but also dump a file to
the proper location on disc).

regards,
Lukas

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: JoshuaKramer
Дата:
Сообщение: Re: Video storage in Postgres?
Следующее
От: "Bob Zurek"
Дата:
Сообщение: Re: Video storage in Postgres?