Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In response to Emi Lu <emilu@xxxxxxxxxxxxxxxxx>:

> Hello list,
> 
> A question about saving PDF (size around 160kb) into postgresql large 
> object columns vs. saving into a directory.
> 
> May I know the performance differences? Pros and crons please?
> 
> Each year, 20 new pdfs will be saved into DB (each around 160KB).

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.

Never measured the actual performance difference, but we haven't
had any performance issues with keeping the data in the DB.  I'm
sure keeping it on the filesystem is faster, though.

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux