SQLStore and data diffs
From semantic-mediawiki.org
This article contains some preliminary notes about how the filter data diffs after a completed update.
By the time the SMW::SQLStore::AfterDataUpdateComplete
hook is triggered, the storage update of the SQLStore
has been completed. To help succeeding processes to operate on information that were available before and after the update, CompositePropertyTableDiffIterator
1 contains the raw input of that update operation.
A more convenient interface to pass through the data diffs is provided with the ChangeOp
's 2.
Example usage[edit]
QueryDependencyLinksStore
EntityIdListRelevanceDetectionFilter
SCI\CitationTextChangeUpdateJobDispatcher
See also[edit]
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:1108
- ^ Semantic MediaWiki: GitHub pull request gh:smw:1648