mediawiki数据库研究
来自个人维基
浏览页面
page 更新page_counter字段
site_stats
编辑页面
msg_resource
objectcache
page
- 代表每个页面,如标题、是否重定向、最近访问时间等
recentchanges
- 最近更改
revision
- wiki的版本控制表,其中所有的页面更改都会体现在这里,如版本号、对应的页面号、对应的text号,更改人、更改时间,字数,上一版本号等。
searchindex
- 搜索索引
site_stats
- 页面统计
text
- 页面每个版本的最终内容
externallinks
- wiki页面中所引用的外部链接,如 [http://aaa.com aaa官网]
interwiki
- Interwiki links are links to pages of other projects, using a prefixed internal link style.
module_deps
- module_deps table is for caching which local files a module depends on that aren't registered directly. Currently only used for tracking images that CSS depends on.