Hi All,
Are there any guidelines on size limitations within SQLite when hosting MediaWiki? This manual states,
"SQLite is not that scalable, so if you have a large and popular wiki, you should use MySQL."
I'm just looking for something more quantifiable for the words "large" and "popular", such as recommendations on:
- Maximum Database size
- Maximum concurrent users (for reading, or for making edits)
I currently host a MediaWiki instance on SQLite that's been running fine so far (albeit, searching is a little slow; occasionally general navigation slows down, too). While we have control over the number of users, the size and usage is gradually increasing, and I want to make sure that I can keep up.
Thanks