I will take a shot at answering that one. since version 1.3.170 the property h2.javaObjectSerializer has been added in order to make the serialization process plugable. Thus it should be trivial to use the jboss-serialization process by just implementing your own javaObjectSerializer and benchmark it against the normal process.
Cheers back. On Friday, March 22, 2013 9:47:12 AM UTC-7, Davide Cavestro wrote: > > Just wondering if having the ability to switch to a standard java > serialization compatible mechanism like > jboss-serialization<http://www.jboss.org/serialization> could > lead to better performance for columns of type > OTHER<http://www.h2database.com/html/datatypes.html#other_type>. > Did anyone tried so far? > > Cheers > Davide > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
