bbcarchdev / twine

An RDF workflow engine
https://bbcarchdev.github.io/twine/
Apache License 2.0
8 stars 3 forks source link

Spindle: only update incoming objects when the proxy has moved, rather than simply updated #1

Closed nevali closed 8 years ago

nevali commented 10 years ago

Currently the proxies of inbound references are re-built non-recursively when another object is updated; this is unnecessary unless the proxy URI for a given subject has changed.

For entities with a large number of in-bound links, rebuilding all of the associated proxies means the processing time for that entity is much, much higher than it needs to be.

nevali commented 8 years ago

Closing, as relevant issues are already filed in bbcarchdev/spindle