Re: Database versus filesystem for storing images

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Database versus filesystem for storing images
Дата
Msg-id 1168035373.3421.48.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: Database versus filesystem for storing images  ("Jeremy Haile" <jhaile@fastmail.fm>)
Ответы Re: Database versus filesystem for storing images  (John McCawley <nospam@hardgeus.com>)
Re: Database versus filesystem for storing images  (John McCawley <nospam@hardgeus.com>)
Список pgsql-general
On Fri, 2007-01-05 at 15:54, Jeremy Haile wrote:
> Yeah - it can make it easier to implement transactional semantics by
> storing them in the database, although for simple operations it wouldn't
> be hard to replicate this manually.  And you are going to incur a
> performance penalty by storing them in the database.
>
> Another thing to consider is that storing them in the file system makes
> it much easier to browse the images using third-party tools, update
> them, archive them (by gzipping or whatever).  This is much more
> difficult if they are stored in the database.

The biggest performance penalty from them being in the same database as
your data is that they're going to be the majority of your kernel /
database buffers.  So, as mentioned earlier, it's almost a necessity
(for performance reasons) to put them into their own db server.

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Slony across platforms
Следующее
От: "Raymond O'Donnell"
Дата:
Сообщение: Re: Slony across platforms