Re: Where to store Blobs?

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Where to store Blobs?
Дата
Msg-id 49bb4b7f88aae994e414d34e4dcd350c1217eccc.camel@cybertec.at
обсуждение исходный текст
Ответ на Where to store Blobs?  (Thomas Güttler <guettliml@thomas-guettler.de>)
Ответы Re: Where to store Blobs?  (Chuck Martin <clmartin@theombudsman.com>)
Список pgsql-general
Thomas Güttler wrote:
> Now I realized: Nobody talked about Blobs.
> 
> I guess most people do not store Blobs in PostgresSQL.
> 
> Where do you store Blobs?
> 
> (In my case Blobs are PDF/image files with size up to 20 MByte.
> I do not talk about very big blobs which are several hundret MByte)

Ideally outside the database, if they are many.
Large databases are harder to backup than large file systems.

If you keep 20MB binaries in the database, you'd use the "bytea" data type.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Where to store Blobs?
Следующее
От: "Day, David"
Дата:
Сообщение: RE: Permission to refresh materialized view