> I have merged the pull requests. > Thanks a lot!
That's great! By the way I'm an Apache committer as well (Apache Jackrabbit > Oak). > Then you may think about integration between Jackrabbit Oak and Ignite, something like "content repository over distributed in-memory data grid" ;) > Unfortunately I can't guarantee that _I_ can merge pull requests more > quickly. I will give others the power to merge as well. Of course, I would > still like to keep the current standards as much as possible. > Of course, I understand. I think I can handle simple ones by myself, but frankly I don't know other than you H2 committers who has deep enough knowlege of H2 internals to review complex changes. Sergi > > > > Regards, > Thomas > > > > > On Thu, Apr 16, 2015 at 6:51 PM, Sergi Vladykin <[email protected]> > wrote: > >> 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. >> > > -- > 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. > -- 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.
