This was split off from T179849: Cache all constraint check results per-entity: for now, we’ll start out with caching the results in memcached. That will already require us to solve the problem of invalidation, and migrating to the database for T180582: List of all constraint violations (see this comment) can then be done in the future. (Probably not by actually moving results from memcached to the database but just by starting to write to and read from the database instead.)
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
operations/mediawiki-config | master | +1 -0 | Enable caching of constraint check results |
Event Timeline
Comment Actions
Change 403195 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[operations/mediawiki-config@master] Enable caching of constraint check results
Comment Actions
Change 403195 merged by jenkins-bot:
[operations/mediawiki-config@master] Enable caching of constraint check results
Comment Actions
I’ve created T184812: Enable constraint result caching on Wikidata for the remaining bit, so closing this task.