Re: Large tables management question

Поиск
Список
Период
Сортировка
От mgundlach@comosoft.de (Michael Gundlach)
Тема Re: Large tables management question
Дата
Msg-id 19f46a62.0112050641.3fe85590@posting.google.com
обсуждение исходный текст
Ответ на Re: Large tables management question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi

we are developing image databases since years ...

    design hint:
      - store the thumbnails in database as a blob
         ! two tables (image and thumbnail) --
           image points to thumbnail!! (not a joke - a good hint)
      - store preview and original outside in filesystem
      - store the path to preview and orig. in the database

     --> these will be fast, solid and usefull!

If it is a realy production system - please use a hardware (!!!) raid system.
  Use 2 80GB ide drives on a hardware mirror - it is cheap and secure.
    Better are 5 73GB scsi drives as raid 5 (hardware) using one as hotspare ...

Michael

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

Предыдущее
От: James Thornton
Дата:
Сообщение: Re: update returns 1, but no changes have been made
Следующее
От: "Thomas T. Thai"
Дата:
Сообщение: sum up rows of BITs