Re: column type for pdf file

Поиск
Список
Период
Сортировка
От Emi Lu
Тема Re: column type for pdf file
Дата
Msg-id 4DD557DA.9040800@encs.concordia.ca
обсуждение исходный текст
Ответ на Re: column type for pdf file  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-sql
Craig, Karsten,

> Hardly everyone. You lose transaction safety when using file system
> storage outside the DB, you need another way to talk to the server than
> just the Pg connection, and most importantly your backups become more
> complicated because you have two things to back up.
>
> It's not simple, and it depends a lot on how much the data changes, how
> big the files are, etc.

The situation is:
======================
. pdf file size: 500kb
. 65 files per year = 32M
. operation: read/save/remove  but the total file number is around 65 files per year

How is the above case, saving pdf files into psql8.3 is an acceptable way?

Thank you,
Emi


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: column type for pdf file
Следующее
От: Karl Koster
Дата:
Сообщение: unnest in SELECT