Talk:Semantic MediaWiki

From Organic Design wiki
Revision as of 22:01, 27 May 2008 by Sven (talk | contribs) (rm first thread)

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)
Definately, I want to also test out creating a table where each row is a template where semantic properties can be maintained there. Its all about the time taken to insert the information into the database via the web browser --Sven 13:07, 27 May 2008 (NZST)