How to get the total number of groups in Jira Server and Data Center

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

目的

Having too many groups in your Jira Server and Data Center instance can impact instance stability — including outages and noticeable performance drops under heavy load — increase the time for directory synchronization and user authentication, and cause the unresponsiveness of the application access and group management UI.

If you’re experiencing performance issues or want to make sure that you don’t exceed the recommended guardrails, check the total number of groups.

ソリューション

To get the total number of groups in your system, run the appropriate query against your database:

SELECT DISTINCT count(*) 
AS group_count
FROM cwd_group; 
SELECT DISTINCT count(*) 
as group_count
FROM [jiraschema].cwd_group;
説明 SQL queries to get the number of inactive users with content assigned to them.
製品Jira、Jira Software、Jira Service Management
最終更新日: 2022 年 12 月 21 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.