Hello, Assume I have a editor application which allows a user to change object properties. Each property value is a value in an RDF triple stored in Tracker. What would be a good usage pattern:
1. Send UPDATE requests for specific properties every time a value is changed by the user through the GUI, and let Tracker execute them async 2. Collect changes and send them periodically as a batch in one request which changes many objects/properties 3. Some other known good pattern? In the case of apps with a Save button, clearly the way is to send a SPARQL request when Save is pressed. But for cases where the app automatically handles saving, I wonder which approach is faster / recommended. -- fr33domlover _______________________________________________ tracker-list mailing list tracker-list@gnome.org https://mail.gnome.org/mailman/listinfo/tracker-list