Hi Thomas! I submitted two small pull requests on Github. Could you please review?
Next few months me and probably my colleagues from Apache Ignite will be contributing to H2 often, it would be nice if pull requests will be processed faster. Of course we don't want to fork H2 but this can happen if we will not be able to work fast enough within H2 community process. Currently our contribution plan includes 3 main goals: 1. Improve performance and multithreaded scalability of CREATE/DROP operations (at least session local). 2. Currently even for simple queries H2 will generate full result set into separate location and then will return rows from there. New MVStore supports snapshots, so rows can be returned right away from a snapshot. We want to fix this. 3. Make Row abstract class to allow TableEngine to have custom Row implementation. Sergi -- 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. For more options, visit https://groups.google.com/d/optout.
