https://bugzilla.wikimedia.org/show_bug.cgi?id=22717

Markus Krötzsch <mar...@semantic-mediawiki.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Markus Krötzsch <mar...@semantic-mediawiki.org> 2010-03-05 
11:05:10 UTC ---
Fixed. The problem occurred because the properties use a special datatype
(stored separately in SMW for faster access) while the properties as such have
not been special. This requires SMW to do another DB lookup to find the
property name, where this lookup is not done by default since properties with
special datatypes typically are known to SMW already. It may actually be faster
to avoid this extra lookup and go for the normal table instead, using the type
'_wpf' instead of '__spf' for Form pages. Changing this of course will prevent
SMW from finding existing values which have been stored to the special table
earlier.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to