Re: Blob question -(((

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: Blob question -(((
Дата
Msg-id Pine.LNX.4.30.0101011158590.27496-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Blob question -(((  (Boris <koester@x-itec.de>)
Ответы Re[2]: Blob question -(((  (Boris <koester@x-itec.de>)
Список pgsql-novice
On Mon, 1 Jan 2001, Boris wrote:

> Here are my questions:
>
> * Are they any limits to the OID Datatype? I need 50-100k per row.

50-100k COLUMNs per row?  Or are you talking about binary files of
50-100K?  You definitely need to use the large object fetaures of
PostgreSQL.

> * Can I do fulltext-search with OID fields (VERY IMPORTANT QUESTION!!!!)?

OIDs are just numbers.  If you are using them for large objects, they are
just 'pointers' to the binary data of a file maintained by the operating
system.  If you need to search, you should design your database with
apprpriate description or keyword fields.

-- Brett
                                     http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
Be circumspect in your liaisons with women.  It is better to be seen at
the opera with a man than at mass with a woman.
        -- De Maintenon


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

Предыдущее
От: Boris
Дата:
Сообщение: Blob question -(((
Следующее
От: Boris
Дата:
Сообщение: Re[2]: Blob question -(((