| От | Andrew Sullivan |
|---|---|
| Тема | Re: pdf saving into DB vs. saving file location ? |
| Дата | |
| Msg-id | 20110323201744.GV45735@shinkuro.com обсуждение исходный текст |
| Ответ на | Re: pdf saving into DB vs. saving file location ? (Bill Moran <wmoran@potentialtech.com>) |
| Список | 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@crankycanuck.ca
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера