下面的建議是基本上的一些配置幫助。在大型數據庫中,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