BLOB and OID

Поиск
Список
Период
Сортировка
От Lolke B. Dijkstra
Тема BLOB and OID
Дата
Msg-id 436B3D37.4010209@chello.nl
обсуждение исходный текст
Ответы Re: BLOB and OID  (vishal saberwal <vishalsaberwal@gmail.com>)
Список pgsql-general
Hi,

OID being a 4 byte int seems limited to indexing for binary objects.
More precisely I use BLOB to store images in the database and link these
objects to another table using the OID as FK.
If I run out of OID there will be no way to index new images. Of course
when not automatically creating OID for all objects in the database you
will not easily run out of index values, but still..
Is there an alternative way of indexing BLOB? Or can I extend the range
of OID?

Lolke

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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: Image File System Question
Следующее
От: dgroth@gmx.de
Дата:
Сообщение: tablename.columnname notation for columnnames of joined tables