Re: Where to store Blobs?

Поиск
Список
Период
Сортировка
От Jamesie Pic
Тема Re: Where to store Blobs?
Дата
Msg-id CAC6Op19=NG9C61RqwDshhSZkm66Tsp+AyK-a5wukY+7ApbeDig@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Where to store Blobs?  (Jamesie Pic <jpic@yourlabs.org>)
Ответы Re: Where to store Blobs?
Список pgsql-general
I forgot to mention that my deployments include automated migrations as often as possible, sometimes destructive for refactoring purpose, as such, to maintain PostgreSQL on a basic linux box I am:

- for having an automated backup prior in the automated deployment script that may play destructive migrations,
- against the needless overhead of coupling both binary and relational data in operations that slows the whole thing down or makes it less reliable

Also got supposedly many new points against, mixed with more detail on the points briefly exposed in my previous email, going deeper in detail, about how it fits in the big picture of my personal practice ... and how this has destabilized my prod for months:

tl;dr
If you store media files in PostgreSQL on a production server, then do take disk space alarms seriously even if they happen only during backups.
Otherwise I fail to see how to avoid a pattern of recurring incidents, "manually unblocking automated deployments" (double debt interest cost because also defeats the purpose of automating deployment), when not filling up a disk during the nightly backup dump ...

Hope this helps,

Have a great day

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Primary key data type: integer vs identity
Следующее
От: Morris de Oryx
Дата:
Сообщение: Re: Where to store Blobs?