Re: blobs and small binary objects

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: blobs and small binary objects
Дата
Msg-id 94kvul$1uqn$1@news.tht.net
обсуждение исходный текст
Ответ на blobs and small binary objects  ("David Wall" <d.wall@computer.org>)
Список pgsql-sql
I discovered type OID in the JDBC sample database for BLOBs, but I don't see
it in the documentation.

From a quick test, it appears that the blob itself is not stored in the row
itself, but is instead an object pointer of some kind.  Is an OID actually a
fixed length field that points to my blob?  Or is it more like a VARCHAR, in
which case it would be better to store it at the end of the row for storage
performance reasons?

David




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

Предыдущее
От: "PM"
Дата:
Сообщение: Re: Joining several tables
Следующее
От: Oleg Bartunov
Дата:
Сообщение: help with query