On 09/04/2011 9:18 AM, Thomas Mueller wrote:
or compare on a piecemeal fashion?
No, currently not. Many other databases don't support any comparison
operations on BLOB or CLOB data by the way. H2 supports them, but
loads the object in memory.
Regards,
Thomas
Okay, that's better than most databases I've seen. At least I can
always compare large objects on the application side if I wish now that
I know the JDBC driver pulls data on a piecemeal fashion. Modifying
BLOB/CLOB comparison to do piecemeal comparison would be a minor
modification of the algorithm, right? If I ever run into problems in the
future I'll bring this up again.
Thanks,
Gili
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.