Re: create BLOB question - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: create BLOB question
Date
Msg-id 3E4ABA77.2060407@xythos.com
Whole thread Raw
In response to create BLOB question  (Jeremiah Jahn <jeremiah@goodinassociates.com>)
List pgsql-jdbc
Chris,

I beleive it is both; client and server will both have copies in memory
of the entire bytea value.

--Barry

Chris Smith wrote:
> Barry Lind quoted:
>
>>The bytea data type is not well suited
>>for storing very large amounts of binary data. While a column of type
>>bytea can hold up to 1 GB of binary data, it would require a huge amount
>>of memory (RAM) to process such a large value.
>
>
> Is this referring to the JDBC driver, or the database back end?  I have
> implemented a fix for this in the JDBC driver, but was wondering if the back
> end is going to be okay with it... anyone know if the entire data gets held
> in RAM at once in the database process itself?
>
> --
> www.designacourse.com
> The Easiest Way to Train Anyone... Anywhere.
>
> Chris Smith - Lead Software Developer/Technical Trainer
> MindIQ Corporation
>
>
>



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: create BLOB question
Next
From: "Roger Hand"
Date:
Subject: case problem with moveToInsertRow()