afs commented on issue #2765:
URL: https://github.com/apache/jena/issues/2765#issuecomment-2405841915
There is a reason!
What can be done is to record the number of adds and deletes attempted for
`DELETE-INSERT-WHERE` for the `*DATA` operations i.e. not checking whether a
triple is actually added (the triple may already be in the data) or deleted (a
triple may not be in the data).
Some operations like `DROP GRAPH` don't have a low cost way to estimate the
count in all cases.
And one request can be several operations:
```
INSERT DATA { :s :p :o } ;
DELETE DATA { :s :p :o }
```
--
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]