Re: Storing blobs in PG DB

From: Listmail <lists(at)peufeu(dot)com>
To: "Naz Gassiep" <naz(at)mira(dot)net>, "Nikolay Moskvichev" <mnv(at)papillon(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Storing blobs in PG DB
Date: 2007-04-05 21:08:21
Message-ID: op.tqbwz7hmzcizji@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> My personal view is that in general, binary files have no place in
> databases. Filesystems are for files, databases are for data. My design
> choice is to store the files in a fileystem and use the database to hold
> metadata as well as a pointer to the file.
>
> If you *must* put files into the database, then you can do so, and PG
> will handle that many files of those sizes with ease. For all intents
> and purposes, PG can store an unlimited number of files. You're far more
> likely to run into walls in the form of limitations in your disk I/O
> system then limitations in what PG will handle.

And you can't backup with rsync...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2007-04-05 21:09:03 Re: Seg fault in pg_dump?
Previous Message Alvaro Herrera 2007-04-05 20:48:00 Re: Seg fault in pg_dump?