Re: pdf saving into DB vs. saving file location ?
От | Bill Moran |
---|---|
Тема | Re: pdf saving into DB vs. saving file location ? |
Дата | |
Msg-id | 20110323160544.768af7bc.wmoran@potentialtech.com обсуждение исходный текст |
Ответ на | pdf saving into DB vs. saving file location ? (Emi Lu <emilu@encs.concordia.ca>) |
Ответы |
Re: pdf saving into DB vs. saving file location ?
|
Список | pgsql-general |
In response to Emi Lu <emilu@encs.concordia.ca>: > 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/
В списке pgsql-general по дате отправления: