Aklakan commented on PR #3425: URL: https://github.com/apache/jena/pull/3425#issuecomment-3674670860
Like this? * `jena-geosparql`: Jena 6 requires re-creation of spatial index files that were generated with earlier versions. The reason is a bump to the latest major version of the kryo serialization framework dependency. In general, **it is recommended to back up existing databases** including the spatial indexes prior to engaging in the migration process. The [GeoSPARQL Assembler](https://jena.apache.org/documentation/geosparql/geosparql-assembler.html) will automatically re-create all referenced absent spatial index files. Hence, moving or deleting existing spatial indexes is usually sufficient. The Fuseki SPARQL server runs spatial index creation of GeoSPARQL assemblers during server start. This process may take a while depending on the sizes of the involved datasets. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
