SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
39 stars 3 forks source link

Smarter Auto-Update of Spatial Index #45

Closed Aklakan closed 11 months ago

Aklakan commented 11 months ago

Spatial Index is rebuilt before every query which makes rpt integrate --geoindex useless for larger datasets.

Aklakan commented 11 months ago

Fixed with https://github.com/SmartDataAnalytics/RdfProcessingToolkit/commit/7cd254379b1409a43567a9584771918a275d2c27

Pattern-less updates (LOAD, [INSERT|DELETE] DATA) only mark the index as dirty. Any other statement triggers rebuild of a dirty index.