本文介绍了用户配置文件服务应用程序的配置文件DB失去控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们生产环境中的个人资料Db逐渐失控(即最大144GB).

Profile Db in our production environment growing out of control (ie upto 144GB).

请为此提出任何解决方案.

please suggest any solution for this.

推荐答案

请运行User Profile Service应用程序-活动供稿清理作业.

Please run User Profile Service Application - Activity Feed Cleanup Job.

完成后,检查数据库大小是否正常.

After finishing, check if the size of the database is healthy.

由于个人资料数据库很大,因此可以缩小数据库.

As your profile database is large, you can shrink the database.

还要检查ActivityEventsConsolidated和ActivityEventsPublished表是否很大.

Also check if the ActivityEventsConsolidated and ActivityEventsPublished table are large.

有一个博客,请检查它是否对您有用:

There is a blog, check if it is useful for you:

https://blogs.msdn. microsoft.com/ronalg/2012/03/26/user-profiles-database-sizes-and-daysworthofactivityfeedstokeep/

谢谢

温迪


这篇关于用户配置文件服务应用程序的配置文件DB失去控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-14 13:57