daniel created this task. daniel added a subscriber: daniel. daniel added projects: Wikidata, Performance. Herald added a subscriber: Aklapper.
TASK DESCRIPTION DiffChange objects tend to have a lot of data in the info blob. We should avoid: * loading the info blob from the database, if it is not needed * unserializing the info blob * unserializing the diff array in the info blob * instantiating Diff objects, if not needed It seems like the only reason to look into the diff when dispatching changes is to find out whether the change added a sitelink. We could store that information separately, e.g. in a separate field in the info blob. TASK DETAIL https://phabricator.wikimedia.org/T109821 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Aklapper, daniel, Wikidata-bugs, aude, GWicke, Malyacko _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
