You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/06/25 18:45:13 UTC

[GitHub] [jena] Aklakan commented on pull request #1344: jena-geosparql - Add assembler option to disable spatial index

Aklakan commented on PR #1344:
URL: https://github.com/apache/jena/pull/1344#issuecomment-1166342182

   Ideally there would be a persistent R-Tree implementation similar to dboe's BPlusTree.
   
   But even just serializing the in-memory data structure as a whole rather then having to rebuild it on start-up would be an improvement.
   Also, using [kryo](https://github.com/EsotericSoftware/kryo) serialization (is BSD-3 compatible with Apache v2?) would most likely be faster than java serialization.
   I suppose parallel read/write of tree data structures should be rather trivial to implement when going with the in-memory index solution for now.


-- 
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: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org