JeroenDeDauw added a comment. A few months ago I looked at this briefly and one finding was that even if we get the cost of PHP arrays to PHP objects to 0, the cost of json_decode on large entities can be significant. This means that it's crucial to avoid using any such deserialization process on a collection of entities to for instance get a list of labels. Using a regex or some such could help. And of course having an index for such operations, so the blobs don't need to be retrieved is good.
TASK DETAIL https://phabricator.wikimedia.org/T90706 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JeroenDeDauw Cc: JeroenDeDauw, Lydia_Pintscher, Aklapper, daniel, Wikidata-bugs, aude, GWicke _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
