Broken Links...Re: To BLOB Or Not To BLOB

Поиск
Список
Период
Сортировка
От Andrew Snow
Тема Broken Links...Re: To BLOB Or Not To BLOB
Дата
Msg-id NHEALMDKDACEIPBNOOOCOEFOCCAA.als@fl.net.au
обсуждение исходный текст
Список pgsql-general
> Create enough "helper" programs to recover from
> broken links, and you're fine.
>
>     * CRC each file
>     * Use a 'find' program to parse directories and match file names.
>     * Check the CRC (md5sums would work nicely)
>     * Have a DB routine run periodically to find and fix broken links.


*OR* you could have a decently designed DBMS which allowed you to store your
BLOBs inside the database structure making it easier to store, retrieve,
backup, and manipulate them ;-)



- Andrew



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

Предыдущее
От: chewie@wookimus.net
Дата:
Сообщение: Broken Links...Re: To BLOB Or Not To BLOB
Следующее
От: "Adam Ruth"
Дата:
Сообщение: Re: To BLOB Or Not To BLOB