Difference between revisions of "Talk:Semantic MediaWiki"

From Organic Design wiki
(Could be missing DB views or indexes)
Line 10: Line 10:
 
Dimensions of a table that works is 231 rows by 11 columns of which 7 are semantic properties. One approcimately double the size does not parse.
 
Dimensions of a table that works is 231 rows by 11 columns of which 7 are semantic properties. One approcimately double the size does not parse.
 
  --[[User:Sven|Sven]] 12:10, 27 May 2008 (NZST)
 
  --[[User:Sven|Sven]] 12:10, 27 May 2008 (NZST)
 +
:There seem to be N^2 problems with some kinds of queries in SMW and DPL. These may be due to missing views or indexes in the DB, or perhaps all you can do is increase the allowed execution time in your php.ini. --[[User:Nad|nad]] 12:35, 27 May 2008 (NZST)

Revision as of 00:35, 27 May 2008

Categorized special pages

I've updated (and translated into English) meta:SpecialPages grouped into categories to include semantic-related pages added by Semantic MediaWiki and Semantic Forms. I may have missed some though; sure would be nice if extensions auto-categorized themselves--and the special pages were categorizable within MediaWiki without requiring a hack... -Eep² 16:31, 24 July 2007 (NZST)

Multiple instances of the same property in an article

If large tables are constructed with lots of semantic properties it is possible to get a SMW error when putting the table wikitext into an article

Fatal error: Maximum execution time of 30 seconds exceeded in /Library/WebServer/Documents/mediawiki-1.12.0/includes/StringUtils.php on line 296

Dimensions of a table that works is 231 rows by 11 columns of which 7 are semantic properties. One approcimately double the size does not parse.

--Sven 12:10, 27 May 2008 (NZST)
There seem to be N^2 problems with some kinds of queries in SMW and DPL. These may be due to missing views or indexes in the DB, or perhaps all you can do is increase the allowed execution time in your php.ini. --nad 12:35, 27 May 2008 (NZST)