Hello, I am currently evaluating H2 as an alternative to our existing Apache Derby database. Our current database structure has a lot of fields that contain MD5 values. In Derby, we are able to store these in a CHAR(16) FOR BIT DATA field, thereby saving space over CHAR(32). How might we implement this on H2?
Cheers, Erin -- 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.
