Re: Streaming binary data into db, difference between Blob

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Nicolas Modrzyk <nicolas(dot)modrzyk(at)inrialpes(dot)fr>
Cc: Dave Tenny <jeffrey(dot)tenny(at)comcast(dot)net>, Andreas Prohaska <ap(at)apeiron(dot)de>, "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Streaming binary data into db, difference between Blob
Date: 2003-09-10 14:20:04
Message-ID: 3F5F3314.1070400@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Nicolas Modrzyk wrote:
> That sounds like really good idea.
>
> Just we can't map to bytea cause it is specific to Postgres, but I would
> definitely put this on the feature list for c-jdbc.
>

It is just a VARBINARY. You just have to mind that PostgreSQL has a
very large maximum size for it while other databases are more
restrictive. I guess his suggestion was to limit the chunk sizes to the
maximum size for the specific DBMS implementation.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Prohaska 2003-09-10 14:25:39 Re: Streaming binary data into db, difference between Blob
Previous Message Andreas Prohaska 2003-09-10 14:19:38 Re: Streaming binary data into db, difference between