Re: Aborting UPDATEs

2024-05-19 Thread Andy Seaborne
On 17/05/2024 17:22, Holger Knublauch wrote: Hi all, am I missing something obvious or is it not yet possible to programmatically abort SPARQL UPDATEs, like QueryExecutions can? No, you aren't missing anything. Updates don't have a timeout. Probably they could have nowadays. There is a r

Aborting UPDATEs

2024-05-17 Thread Holger Knublauch
Hi all, am I missing something obvious or is it not yet possible to programmatically abort SPARQL UPDATEs, like QueryExecutions can? Related, I also didn't see a way to set a timeout. I guess for our use cases it would be sufficient if the abort would happen during the WHERE clause iteration..