Markus Kroetzsch has uploaded a new change for review.

Change subject: Improvements for SQLStore3
......................................................................

Improvements for SQLStore3

Partial refactoring (more to come):

* Code cleanup and simplification, esp in SMW_SQLStore3_Queries.php
* Removed unused tables
* Removed unused DI type handler
* Unified database column labels for property tables
* Fixed hashing of Strings (store whole hash, not just one char of it)
* Changed handling of DIWikiPage in database: do not point to smw_ids table, do 
not use substr to find out if join with smw_ids is needed

All data must be refreshed after this change when using Store3 (or it will no 
tbe shown).

Change-Id: I4ef66006ff08108ceb71a08ff36293a6ba5b4624
---
M includes/storage/SQLStore/SMW_DIHandler_Bool.php
M includes/storage/SQLStore/SMW_DIHandler_GeoCoord.php
M includes/storage/SQLStore/SMW_DIHandler_Number.php
D includes/storage/SQLStore/SMW_DIHandler_Property.php
M includes/storage/SQLStore/SMW_DIHandler_String.php
M includes/storage/SQLStore/SMW_DIHandler_Time.php
M includes/storage/SQLStore/SMW_DIHandler_URI.php
M includes/storage/SQLStore/SMW_DIHandler_WikiPage.php
M includes/storage/SQLStore/SMW_SQLStore3.php
M includes/storage/SQLStore/SMW_SQLStore3_Queries.php
M includes/storage/SQLStore/SMW_SQLStore3_Readers.php
11 files changed, 325 insertions(+), 392 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki 
refs/changes/31/28831/1
--
To view, visit https://gerrit.wikimedia.org/r/28831
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ef66006ff08108ceb71a08ff36293a6ba5b4624
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Markus Kroetzsch <mar...@semantic-mediawiki.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to