Re: not really SQL but I need info on BLOBs

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: not really SQL but I need info on BLOBs
Дата
Msg-id 20040506125506.GA14119@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: not really SQL but I need info on BLOBs  (Theodore Petrosky <tedpet5@yahoo.com>)
Список pgsql-sql
On Thu, May 06, 2004 at 04:46:22AM -0700, Theodore Petrosky wrote:
> Thanks for the reply. Are there (in your opinion)
> reasons why you would choose to store the images in
> the db? 

Transactional integrity.  If there's a risk that people are
going to be deleting, &c. these images, then you can end up with
references in the database to files that don't exist, because the
filesystem operations can't be made subject to the transactions of
the database.

A


-- 
Andrew Sullivan  | ajs@crankycanuck.ca


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: new and old as parameter in a function
Следующее
От: "Andrei Bintintan"
Дата:
Сообщение: Re: not really SQL but I need info on BLOBs