Manual:Database layout

From MediaWiki.org

(Redirected from Database)
Jump to: navigation, search
Manual:Contents MediaWiki database layout Database layout


Layout of the MediaWiki database diagram

The current MySQL diagram for any Mediawiki version—with extensive comments—can be found in the maintenance/tables.sql file.

See the latest version from SVN.

If using Postgres, the file maintenance/postgres/tables.sql should be viewed instead.

1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 trunk
archive
  blobs  
brokenlinks  
  category
  categorylinks
  change_tag
cur  
  externallinks
  filearchive
hitcounter
1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 trunk
image
imagelinks
interwiki
ipblocks
  job
  langlinks
links  
linkscc  
  logging
math
1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 trunk
  objectcache
old  
oldimage
  page
  pagelinks
  page_props
  page_restrictions
  protected_titles
  querycache
  querycachetwo
1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 trunk
  querycache_info
recentchanges
  redirect
  revision
searchindex
site_stats
  tag_summary
  templatelinks
  text
  trackbacks
1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 trunk
  transcache
  updatelog
user
  user_groups
user_newtalk
  user_properties
  valid_tag
  validate  
watchlist

[edit] See also

Databases
Engines: MySQLPostgreSQLSQLiteIBM DB2
Technical documentation: Schema (tables) – Access