binary data in `bytea' column

Поиск
Список
Период
Сортировка
От Anton Komarevtsev
Тема binary data in `bytea' column
Дата
Msg-id 4084370A.608@rt.mipt.ru
обсуждение исходный текст
Ответы Re: binary data in `bytea' column
Список pgsql-jdbc
Hello.

It's nesessary for me to store bianary data (images, sounds, texts as
bytes) in the database. What should I use for better scalability,
generic `PreparedStatement.setBinaryStream' and
`SesultSet.getBinaryStream' or Large Objects?

I use Postgres 7.4, and autocommit=on is hardcoded in it. But I've
listened, that Large Objects may only work in a single transaction. So,
if I should use Large Objects (if so), how should I use them?

                                                    Anton

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Bad timestamp external representation ''
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: binary data in `bytea' column