Does Fuseki support conditional GSP requests? #3011
-
| 
         Conditional requests meaning support for   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 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.
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