Re: Need suggestion

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Need suggestion
Дата
Msg-id 4DE7C14B.3080902@hogranch.com
обсуждение исходный текст
Ответ на Re: Need suggestion  (Ognjen Blagojevic <ognjen.d.blagojevic@gmail.com>)
Список pgsql-general
On 06/02/11 2:19 AM, Ognjen Blagojevic wrote:
> 1. Files stored on the filesystem:
> - Small database footprint
> - Faster backup, export and import
>
> 2. Files stored in the database
> - RDBMS takes care of transactions and ref. int.
> - Slower backup, export and import but all done in one step
> - Easier continuous archiving

with many terabytes of large file data accumulating, the database will
become very unweildy to do any maintenance on.  a simple pg_dump will
take many hours vs a few minutes.

I would almost certainly use a filesystem for an app like this, and just
store the metadata in the database.

--
john r pierce                            N 37, W 123
santa cruz ca                         mid-left coast


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

Предыдущее
От: akp geek
Дата:
Сообщение: Re: Access to postgres conversion
Следующее
От: "Gauthier, Dave"
Дата:
Сообщение: Passing parameters into an in-line psql invocation