Hi, > I would like also to merge org.h2.mvstore.db.MVSpatialIndex and org.h2.index.SpatialTreeIndex into a single class
Please don't. Once the MVStore is stable, org.h2.index.SpatialTreeIndex will go away. Regards, Thomas On Wed, Oct 22, 2014 at 3:15 PM, Nicolas Fortin (OrbisGIS) < [email protected]> wrote: > Hi, > > We (OrbisGIS team) are testing the 1.4.X branch with MVStore. I currently > debug a mvstore page corruption where the source may be the spatial index. > > Here a unit test in order to reproduce the error: > > https://github.com/nicolas-f/H2-Mirror/compare/fix/mvstore_corruption > https://github.com/nicolas-f/H2-Mirror/compare/fix/mvstore_corruption.diff > https://github.com/nicolas-f/H2-Mirror/compare/fix/mvstore_corruption.patch > > I would like also to merge org.h2.mvstore.db.MVSpatialIndex and > org.h2.index.SpatialTreeIndex into a single class that take an instance of > Table in the constructor. > > I will update this thread if I go further in investigation. > > -Nicolas Fortin > Atelier SIG > IRSTV FR CNRS 2488 > > -- > 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.
