Re: management of BLOBs

From: "Zubkovsky, Sergey" <Sergey(dot)Zubkovsky(at)transas(dot)com>
To: "Dmitry Turin" <sql4-en(at)narod(dot)ru>
Cc: <pgsql-ru-general(at)postgresql(dot)org>
Subject: Re: management of BLOBs
Date: 2007-09-26 15:55:16
Message-ID: 528853D3C5ED2C4AA8990B504BA7FB850106DE19@sol.transas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ru-general


Не совсем понятно, что конкретно должен уметь делать искомый инструмент?

Однако, в вашей ситуации, меня бы больше интересовал другой, очень популярный вопрос: "А где лучше хранить эти файлы: именно как BLOB-ы в БД или же в виде файлов?"

;-)))

-----Original Message-----
From: pgsql-ru-general-owner(at)postgresql(dot)org [mailto:pgsql-ru-general-owner(at)postgresql(dot)org] On Behalf Of Dmitry Turin
Sent: Wednesday, September 26, 2007 10:38 AM
To: pgsql-ru-general(at)postgresql(dot)org
Subject: [pgsql-ru-general] management of BLOBs

Я должен хранить файлы (BLOB-ы) с 3 параметрами
и контролировать доступ пользователей к ним.
Общий объем файлов 2,5 Гб, что меньше, чем 32 Тб
(максимальный размер таблицы в pg).
66% файлов имеют размер около 10-20 Kb,
33% файлов имеют размер около 150-200 Kb, что меньше, чем 1Гб
(максимальный размер поля в pg).

Я внимательно изучил http://pgfoundry.org, http://gborg.postgresql.org,
но не нажел подходящего инструмента.
Посоветуйте какой-нибудь бесплатный софт.

I must to store files (BLOB) with 3 string parameters
and control access of users to them.
Total size of files, equal to 2.5Gb, is much less, than 32TB
(max size of table in pg).
66% of files have size nearly 10-20 Kb,
33% of files have size hearly 150-200 Kb, that is less, than 1GB
(max size of field in pg).

I have attentively stydied http://pgfoundry.org, http://gborg.postgresql.org,
but i don't find suitable instrument for this.
Prompt my any _free_ soft.

Dmitry Turin
SQL4 (4.3.0) http://sql40.chat.ru
HTML6 (6.4.1) http://html60.chat.ru
Unicode2 (2.1.0) http://unicode2.chat.ru
Computer2 (2.0.3) http://computer20.chat.ru

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

In response to

Responses

Browse pgsql-ru-general by date

  From Date Subject
Next Message Dmitry Turin 2007-09-27 05:58:17 Re: management of BLOBs
Previous Message Dmitry Turin 2007-09-26 06:37:35 management of BLOBs