https://bugzilla.wikimedia.org/show_bug.cgi?id=39519
--- Comment #2 from Patrick Lauer <[email protected]> 2012-08-21 08:21:12 UTC --- >Which version of SMW exactly are you using? 1.5.6 in production, 1.7.1 for testing. Both have roughly the same performance characteristics. >Do you have special settings for $smwgDefaultStore in your LocalSettings? No, it's not set in the config. The wiki is an internal system and definitely not public. There are some slow pages, the one I mentioned above contains this query at the core: {{ #ask: [[Category:Open projects]] [[Project Manager here::{{{1}}}]] | ?Regarding | ?Customer | ?Customer's project name | ?Project name | ?Remark | ?Purchase order number | ?Project Manager customer | ?Order date#ISO | ?Deadline#ISO | ?Delivery date#ISO | order=desc | limit=2000 | mainlabel=Project | format=template | introtemplate=Project overview table intro | template=Project overview table row | outrotemplate=Project overview table outro }} We use SMW as a project management tool, we currently have about 11k project pages. This query shows between 10 (fast enough) and >500 projects in an overview table, the slowdown seems to be roughly linear in the number of projects. (Sidenote: Why the bleeep does SMW cut off after 10k items without error? That is really ... rude, and has caused us lots of grief) -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
