Re: pdf saving into DB vs. saving file location ?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pdf saving into DB vs. saving file location ?
Date: 2011-03-23 20:17:45
Message-ID: 20110323201744.GV45735@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Mar 23, 2011 at 04:05:44PM -0400, Bill Moran wrote:

> We store a WHOLE lot more binary data in our DBs than that. The
> big advantage to us is that we store the data in TEXT fields, and
> use Slony to replicate it, so in the event of hardware failure, we
> don't have to worry about the DB looking for data that isn't on
> the file server.

Also, of course, you don't have to cope with keeping your filesystem's
and database's versions of the world in sync. If you put the data in
the database, it follows the transaction rules of the rest of the
transaction. If you put it on the filesystem, you have to manage that
yourself.

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nick Raj 2011-03-23 20:19:54 Re: Understanding Datum
Previous Message Devrim GÜNDÜZ 2011-03-23 20:10:59 Re: pdf saving into DB vs. saving file location ?