Blob streamability
Ruben Malchow <[email protected]>
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
hello list, i stumbled across the comments in /com/mysql/jdbc/Blob.java and it confirmed my suspicions: it really is nothing but a byte array containing all the data of the blob. so basically, the streaming from and into the db are still limited by the available memory ... which is not really the point of a blob. is there any information as to when streaming is going to be real, and when this implementation of java.sql.Blob will actually provide methods that can modify a blob without loading all it's data into memory first? the comments are a bit vague about this ... and it would really be a great improvement! .rm -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/[email protected]