Active Directory 组过多会导致性能问题吗?

发布于 2024-12-11 12:47:49 字数 282 浏览 0 评论 0原文

我使用 Active Directory 作为我的 Web 应用程序的身份和组存储库。我通过 LDAP SSL 接口远程连接到它,并执行创建用户(具有一个或多个组的成员资格)、创建组和验证用户等操作。

我可能会在扁平结构中拥有数以万计的小(也许 50,000 个),例如 100,000 个用户。我想知道通过 LDAP 调用 Active Directory 时这是否会成为性能问题。 Active Directory 强制用户名和组名的唯一性。我是否应该担心随着组数量的增加,创建和更新用户等操作可能会变得太慢?

I am using Active Directory as a identity and group repository for my web application. I connect to it remotely through the LDAP SSL interface and perform operations such as creating users (who has memberships to one or more groups), creating groups and authenticating users.

I could potentially have tens of thousands of small groups (maybe 50,000) for, say 100,000 user, in a flat structure. I am wondering if this is going to be a performance issue when calling Active Directory through LDAP. Active directory enforces uniqueness on username and group names. Should I be concerned that operations like creating and updating user might become too slow as the number of groups grows?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凝望流年 2024-12-18 12:47:49

不需要。只要您正确设置索引即可。一旦建立索引,它就不是一个平面结构。

No. As long as you have your indexes set up correctly. It's not a flat structure once it's indexed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文