Jeroen De Dauw has submitted this change and it was merged. Change subject: Use stored hashes to avoid additional SELECTs ......................................................................
Use stored hashes to avoid additional SELECTs This change significantly reduces the number of SELECT queries issued for executing getSemanticData(). Change-Id: Ieaff4dd3e16fba774d6152b7d8dac3ffa5fea99c --- M includes/storage/SQLStore/SMW_SQLStore3_Readers.php M includes/storage/SQLStore/SMW_SQLStore3_Writers.php M includes/storage/SQLStore/SMW_Sql3SmwIds.php 3 files changed, 72 insertions(+), 58 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/28933 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieaff4dd3e16fba774d6152b7d8dac3ffa5fea99c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: master Gerrit-Owner: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
