dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

Use LSQ to determine UPDATE Queries #229

Open nck-mlcnv opened 10 months ago

nck-mlcnv commented 10 months ago

The SPARQLProtocolWorker should be able to execute UPDATE queries seperately on the given updateEndpoint. For that it needs to know if a query that it's about to execute is an UPDATE query.

nck-mlcnv commented 10 months ago

Linked to this issue: #182