Wiki Hosting

Wiki hosting for content with a long edit history.

A wiki's database is mostly not its articles. It is the revisions behind them, and that is what decides how the site performs in year three.

Revision growth kept in checkSearch that does not table-scanFree migration
Revision-aware tuningIndexed full-text searchRedis object cacheDaily backupsFree SSL24/7 support
Built for edit history

Everything a wiki asks of a host.

Articles are edited far more often than they are written, and WordPress keeps every version of every one of them.

A posts table that stays workable

Revisions are capped per article and archived beyond that, so the table WordPress joins against on every query does not grow to twenty times the size of your actual content.

Per-article revision capOlder versions archived, not deleted

History you can still read

Archived revisions stay retrievable and diffable from the dashboard, so capping the live table costs you table size rather than the record of who changed what and when.

Dense internal linking, resolved once

A wiki article links to dozens of others and each of those links is a lookup. Those resolutions are held in the object cache instead of being recomputed on every page view.

Redis object cache

Search that finds the sentence

Full-text search runs against a real index rather than a wildcard match on post content, which is the difference between instant results and a query that reads the whole table.

Contributor edits without collisions

Post locking and an autosave interval tuned for long articles mean two contributors are warned about each other before one of them overwrites the other's work.

Operations

See what the history is costing you.

Revision growth is invisible until it is not. It shows up as a database that has quietly tripled while the article count stayed flat.

  • Revision and table-size breakdown
  • Per-site storage view
  • One-click admin login for editors
  • Restore any daily backup from the dashboard
Articles
Live content
4,120
Revisions
Capped and archived
38,400
Search index
Rebuilt nightly
current
Nightly backup
Replicated offsite
running
Performance

An article with four hundred revisions behind it.

The article renders the same either way. What differs is how much of the posts table the database had to walk through to find it.

Capped
revisions per article
Indexed
full-text search
NVMe
storage on every plan
MagicWP130 ms
Typical shared host980 ms
Untuned VPS460 ms

Illustrative comparison of an article page load on identical content with a deep edit history. Your numbers depend on article count and revision depth.

Configuration

What we change for a wiki

These are the settings that differ from a standard WordPress site on the same plan. Each follows from a wiki storing far more history than content.

SettingWhat we doWhy
WP_POST_REVISIONSCapped per article, with older versions moved to an archive tableUncapped revisions leave the posts table an order of magnitude larger than the content it holds, and every query on the site pays for that.
Autosave intervalLengthened for long-form articlesA default autosave on a ten-thousand-word article writes a full copy of it every minute of an editing session.
Full-text searchIndexed rather than a wildcard match on post contentSearching article bodies with a LIKE query reads every row, and that is precisely the query a wiki runs most often.
Object cacheRedis, sized to hold link and term resolutionsArticles that link to dozens of others turn a single page view into dozens of separate lookups without one.
Database maintenanceScheduled table optimisation after each archive runRows moved out of a large table leave their space behind unless the table is rebuilt afterwards.
Plans

Simple, transparent pricing.

Every plan includes free migration, daily backups, SSL and 24/7 support.

MonthlyYearly 2 months free
Starter
For personal sites, blogs, and portfolios.
$20/mo
  • 1 WordPress site
  • 10 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Support tickets
Start free trial
Pro★ Most popular
For growing businesses and busy stores.
$80/mo
  • 5 WordPress sites
  • 50 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Priority support tickets
Start free trial
Enterprise
For agencies and high-traffic platforms.
$250/mo
  • 20 WordPress sites
  • 200 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Dedicated support
Start free trial
FAQ

Questions, answered.

Will capping revisions lose our edit history?
No. Versions beyond the cap are moved into an archive table rather than deleted, so they remain retrievable and diffable while the table WordPress queries on every request stays a sensible size.
How many articles can a wiki hold?
Article count is rarely the limit — revision depth is. We have run wikis past ten thousand articles, and what makes that work is history management rather than raw capacity.
Is the search plugin included?
Indexed search is part of the platform rather than a plugin you install and maintain, and it is rebuilt nightly so articles written today are findable tomorrow morning.
Can several people edit at once?
Yes. Post locking warns a second editor before they open an article somebody else is already in, and autosave is tuned so long articles do not generate a fresh revision every minute.
Do you migrate from MediaWiki?
We migrate the content, the structure and the internal links. Revision history transfers where your export includes it, and we tell you what will not survive before the move rather than after it.

Move your wiki to a host that accounts for its history.

Free migration, revisions that do not swallow the database, and search that finds the sentence.