Jira Data Center underperforms when using SQL Server Always-on in sync mode

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

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

要約

In some cases, Jira Data Center might underperform when SQL Server is configured to use Always On availability groups.

This mostly affects updates/deletes, and is particularly bad for bulk updates or imports.

環境

Jira Data Center, with Microsoft SQL Server as database

原因

Always On is set to Synchronous-commit mode.

As detailed in Differences between availability modes for an Always On availability group, sync mode waits for the transactions to be committed to the secondary database, increasing database response times.
When Jira needs to perform any database INSERT, UPDATE or DELETE, these operations take longer, causing the operations in the application (such as imports or issue updates) take longer as well.

ソリューション

Set the Availability group to Asynchronous-commit mode.

To better understand the differences between the SQL Server availability modes, please check its documentation at Differences between availability modes for an Always On availability group.

最終更新日: 2025 年 2 月 21 日

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

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