Semantic MediaWiki > Special:SMWAdmin > 数据修复和升级对比 rebuildData.php
Semantic MediaWiki > Special:SMWAdmin > Data repair and upgrade versus rebuildData.php
所以 Special:SMWAdmin > "Data repair and upgrade" "offers a feature to restore all Semantic MediaWiki data based on the current contents of the wiki". Where rebuildData.php "recreates all the semantic data in the database".
到底有什么区别(除了是否使用命令行之外)?有什么不同吗?或者只是调用 Special:SMWAdmin rebuildData.php 脚本?
我们正在使用 SMW 2.2。
本质区别在于Special:SMWAdmin仅在job queue中更新''queues'',而rebuildData.php
实际上执行 更新。
如果您的作业队列配置正确,差异可能很小;否则你会 运行 变成 performance issues. A common error is to have insufficient memory for the job runner. If all else fails, the last resort is null-editing all the pages.
不同之处实际上写在帮助页面上,但是用的是奇怪的英文; fixed that too.
所以 Special:SMWAdmin > "Data repair and upgrade" "offers a feature to restore all Semantic MediaWiki data based on the current contents of the wiki". Where rebuildData.php "recreates all the semantic data in the database".
到底有什么区别(除了是否使用命令行之外)?有什么不同吗?或者只是调用 Special:SMWAdmin rebuildData.php 脚本?
我们正在使用 SMW 2.2。
本质区别在于Special:SMWAdmin仅在job queue中更新''queues'',而rebuildData.php
实际上执行 更新。
如果您的作业队列配置正确,差异可能很小;否则你会 运行 变成 performance issues. A common error is to have insufficient memory for the job runner. If all else fails, the last resort is null-editing all the pages.
不同之处实际上写在帮助页面上,但是用的是奇怪的英文; fixed that too.