Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
biggest vanilla install?
ithcy
New
i've just migrated a messageboard to vanilla with about 480,000 comments in about 27,500 discussions. so far it's running like a top. i'm wondering if anyone else has done something of this scale yet (maybe with the phpBB importer?) and, if so, if you've noticed any issues with vanilla scaling?
0
This discussion has been closed.
Comments
i know, what a tease, right?
i just can't wait until people start demanding the infamous "mark all as read" button. let's see, 200 users * 27500 threads... no.
If they do make a difference, we'll move on to the comment page and see what we can do there:
CREATE INDEX IX_Discussion_AuthUserID ON LUM_Discussion (AuthUserID); CREATE INDEX IX_Discussion_LastUserID ON LUM_Discussion (LastUserID); CREATE INDEX IX_Discussion_WhisperUserID ON LUM_Discussion (WhisperUserID); CREATE INDEX IX_Discussion_CategoryID ON LUM_Discussion (CategoryID);
DROP INDEX index_name ON LUM_Discussion;
where index_name is one of the IX_Discussion_* names I gave.
i'll give it a shot now. do you want to come hang out and see how it goes?
i couldn't have done it without you. *woinx
although at this stage it appears that turning on/off whispering has a negligible effect on most things. turning it off cuts down the render time for the "homepage", but nearly everything else (searches, etc) seems unaffected. i'll gather some more data, though.