afs commented on issue #2305:
URL: https://github.com/apache/jena/issues/2305#issuecomment-1976831466

   Hashing as a general solution doesn't extend to large graphs.
   
   Transactions are serializable.
   
   One way to generate a unique fingerprint would be to have UUID per database 
version.
   
   Another way, with more information, is to have a UUID per dataset (fixed) 
then create the etag from that id+version and increment the version each 
write-commit.
   
   Blank nodes don't matter. These tags are independent of content but unique 
to the version per server.
   
   (does not work for replication with RDF Delta)
   


-- 
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]

Reply via email to