Does Fuseki support conditional GSP requests? #3011
Replies: 3 comments 4 replies
-
No Mainly because the underlying storage doesn't typically have any way of easily determining whether or not a graph has changed other than loading the whole graph at which point you've already done 90% of the work (bar serialising the graph back to the client) Such a feature could conceivably be implemented with a change aware wrapper DatasetGraph implementation, and by extending request handling |
Beta Was this translation helpful? Give feedback.
-
What about SPARQL Updates? Patch changes?
Won't the epoch timestamp and the eTag both have to be persistent? |
Beta Was this translation helpful? Give feedback.
-
See #2305. |
Beta Was this translation helpful? Give feedback.
-
Conditional requests meaning support for
If-Match
,If-None-Match
,If-Modified-Since
,If-Unmodified-Since
headers in the Graph Store Protocol implementation.Beta Was this translation helpful? Give feedback.
All reactions