下面的建议是基本上的一些配置帮助。在大型数据库中,20-30% 的数据库表大型多是不须要如此膨胀的。在缓存配置的界面中,检查有效率和使用率的配置来进行必要的修改。数据库
com.atlassian.confluence.core.ContentEntityObject
)
select count(*) from CONTENT where prevver is null。
com.atlassian.confluence.core.ContentEntityObject.bodyContents
)
select count(*) from CONTENT where prevver is null。
com.atlassian.crowd.model.user.InternalUser
)
|
嵌入 Crowd 用户缓存(Embedded Crowd Users cache)(com.atlassian.confluence.user.crowd.CachedCrowdUserDao.USER_CACHE )
|
com.atlassian.confluence.security.SpacePermission
)
select count(*) from SPACEPERMISSIONS。
要查看缓存中有什么内容:
confluence-URL>/admin/cachecontents.jsp
https://www.cwiki.us/display/CONF6ZH/Cache+Performance+Tuning