Re: Need suggestion - Mailing list pgsql-general

From John R Pierce
Subject Re: Need suggestion
Date
Msg-id 4DE7C14B.3080902@hogranch.com
Whole thread Raw
In response to Re: Need suggestion  (Ognjen Blagojevic <ognjen.d.blagojevic@gmail.com>)
List 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 by date:

Previous
From: akp geek
Date:
Subject: Re: Access to postgres conversion
Next
From: "Gauthier, Dave"
Date:
Subject: Passing parameters into an in-line psql invocation