Re: LargeObject API

Поиск
Список
Период
Сортировка
От Xavier Poinsard
Тема Re: LargeObject API
Дата
Msg-id 46B1EA7F.7010003@free.fr
обсуждение исходный текст
Ответ на LargeObject API  (Dennis Thrysøe <dth@conscius.com>)
Список pgsql-jdbc
Hi,

You have to chose between database portability and better performance.
Personally I am using a BYTEA field and setBytes : this allows me to
have portable code across databases and decent performance.

Regards.

Dennis Thrysøe a écrit :
> Hello,
>
> Is there any way to use the proprietary LargeObject API, without
> actually having a reference to the postgresql Drivers's Connection object?
>
> I need to store (potentially) large chunks of data, so as I read the
> documentation I need to use the oid type for performance reasons.
>
> However, if the application is executing within a j2ee server with
> connection pooling, the given Connection instance is just a proxy for
> the actual one.
>
> Otherwise I could possibly use PreparedStatement.setBlob(), but how
> could I create a Blob instance?
>
> I'm not on the mailing list (yet).
>
> -dennis
> ---------------------------------------------------------------------------
> The information in this email is confidential and may be legally protected.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


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

Предыдущее
От: Dennis Thrysøe
Дата:
Сообщение: LargeObject API
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: statement caching patch from Laszlo Hornyak for review