Re: Caching Websites

Douglas McNaught <doug@mcnaught.org>

From: Doug McNaught <doug@mcnaught.org>
To: Adam Kessel <adam@bostoncoop.net>
Cc: pgsql-general@postgresql.org
Date: 2003-05-12T13:58:31Z
Lists: pgsql-general
Adam Kessel <adam@bostoncoop.net> writes:

> Based on the documetation, I don't immediately see any disadvantage to
> using these large objects--does anyone else see why I might not want to
> store archived websites in large objects?  

It's going to be (probably) a little slower than the filesystem
solution, and backups are a little more involved (you can't use
pg_dumpall) but everything works--I have been using LOs with success
for a couple years now.

-Doug