7 messages in com.mysql.lists.javaThe right approach towards BLOBs
FromSent OnAttachments
Mark Daring21 Oct 2003 15:29 
Mark Daring22 Oct 2003 01:53 
Tim Endres22 Oct 2003 08:52 
Steve Forsyth22 Oct 2003 09:57 
col...@dreamwerx.net22 Oct 2003 11:07 
Mark Daring22 Oct 2003 13:48 
col...@dreamwerx.net22 Oct 2003 18:10 
Subject:The right approach towards BLOBs
From:Mark Daring (cog@chello.at)
Date:10/21/2003 03:29:43 PM
List:com.mysql.lists.java

Hi,

is the statement still valid that each large object is sent as one package? Re: Inserting into BLOB, Memory consumption, and other things. - Mark Matthews,
March 13 2000 2:47pm - http://lists.mysql.com/java/896

Id like to avoid loading all bytes from a Stream into memory when inserting the
data into a BLOB column, so are there any ways of doing that? And what is considered good practice concerning the size-limit of data that
should not be stored in MySQL?

Thanks, M.