Re: Storing blobs in PG DB

Поиск
Список
Период
Сортировка
От Nikolay Moskvichev
Тема Re: Storing blobs in PG DB
Дата
Msg-id 1175841962.931010@jet.ru
обсуждение исходный текст
Ответ на Re: Storing blobs in PG DB  (Naz Gassiep <naz@mira.net>)
Список pgsql-general
Naz Gassiep пишет:
> This doesn't answer your question, but I thought I'd throw my opinion in
> anyway.
>
> 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.
>

By the way, not exactly the same case, but just some pros and cons:

http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/Development/Database_vs_Filesystem


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

Предыдущее
От: "Sergei Shelukhin"
Дата:
Сообщение: Re: a couple of newbie question - deferrable, varchar vs text, 2 dbs
Следующее
От: Nikolay Moskvichev
Дата:
Сообщение: Re: Storing blobs in PG DB