I'm a software engineer, and I come from Taiwan.
Recently my supervisor orders me to survey the wiki software.
The purpose is to build a KM system.
I prefer the MoinMoin, but there is a main flaw about the MoinMoin is not built to scale up to very large wikis (>>10,000 pages).
Is that true?
Is it because the data storage format(files)?
What happen if wiki pages are more then 10,000 pages?
Will it possible to fix this flaw in the future?
My company will create a lot of pages more than 10,000 pages,is it suitable for my company?
please give me a suggestion?
Thank you very much.
Offline
byron,
I encourage you to take a look at MindTouch Deki. It scales very well. In fact it was chosen by Mozilla to power its Developer community because of this fact: http://developer.mozilla.org/En
You can download MindTouch Deki here: http://wiki.mindtouch.com/Download
If you have any questions about our software please feel free to contact us here: http://wiki.mindtouch.com/support
Offline
Moin uses the filesystem to store pages.
For scalability this means that it is as scalable as your filesystem is.
Be careful with general assumptions about scalability. Some people think that filesystem storage is bad and that a database solves all problems. You might find that this is not the whole truth. ![]()
Think of a filesystem as highly optimized database for name -> content lookups (and that is the usual thing a wiki does).
For the people wanting database storage for moin, there is good news: we had a successful storage backend api project in Summer of Code 2008, so it will be soon rather easy to write a database backend for moin.
Don't hold your breath though, the big changes will take a while until they are integrated (expected next year). Also, there is no SQL storage backend yet (feel invited if you are good in SQL and Python and you want to write one).
Offline
Hello Byron,
I would encourage you to trial the on-premise version of our solution from http://downloads.etouch.net. SamePage is a very scalable Wiki, can cluster around nodes and can support tons of users.
Further, our team is willing and able to work with you to create and customize a solution that fits your needs.
Thanks,
SP Team
Offline
You are not logged in.