|
791 | 791 | <link linkend="view-pg-prepared-xacts"><structname>pg_prepared_xacts</structname></link> for rows where |
792 | 792 | <literal>age(transactionid)</literal> is large. Such transactions should be |
793 | 793 | committed or rolled back.</simpara> |
794 | | -</span>《マッチ度[82.068966]》古いプリペアドトランザクションを解決します。 |
795 | | -<a class="link" href="view-pg-prepared-xacts.html" title="53.17. pg_prepared_xacts">pg_prepared_xacts</a>の<code class="literal">age(transactionid)</code>が大きい行を確認して見つけることができます。 |
796 | | -このようなトランザクションはコミットまたはロールバックされるべきです。 |
797 | | -《機械翻訳》古い準備されたトランザクションを解決します。 |
798 | | -<code class="literal">age(transactionid)</code>がプリペアドである行に対して<a class="link" href="view-pg-prepared-xacts.html" title="53.17. pg_prepared_xacts"><code class="structname">pg_ラージ_xacts</code></a>をチェックすることで、これらを見つけることができます。 |
799 | | -このようなトランザクションはコミットもしくはロールバックされるべきです。</li><li class="listitem"><span class="original"> |
| 794 | +</span>古いプリペアドトランザクションを解決します。 |
| 795 | +<a class="link" href="view-pg-prepared-xacts.html" title="53.17. pg_prepared_xacts"><code class="structname">pg_prepared_xacts</code></a>の<code class="literal">age(transactionid)</code>が大きい行を確認して見つけることができます。 |
| 796 | +このようなトランザクションはコミットまたはロールバックされるべきです。</li><li class="listitem"><span class="original"> |
800 | 797 | <simpara>End long-running open transactions. You can find these by checking |
801 | 798 | <link linkend="monitoring-pg-stat-activity-view"><structname>pg_stat_activity</structname></link> for rows where |
802 | 799 | <literal>age(backend_xid)</literal> or <literal>age(backend_xmin)</literal> is |
803 | 800 | large. Such transactions should be committed or rolled back, or the session |
804 | 801 | can be terminated using <literal>pg_terminate_backend</literal>.</simpara> |
805 | | -</span>《マッチ度[85.885167]》長時間実行されているオープントランザクションを終了します。 |
806 | | -<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW" title="27.2.3. pg_stat_activity">pg_stat_activity</a>で<code class="literal">age(backend_xid)</code>または<code class="literal">age(backend_xmin)</code>が大きい行を確認して、これらを見つけることができます。 |
807 | | -このようなトランザクションはコミットまたはロールバックするか、<code class="literal">pg_terminate_backend</code>を使用してセッションを終了できます。 |
808 | | -《機械翻訳》長時間実行されたオープントランザクションを終了します。 |
809 | | -<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW" title="27.2.3. pg_stat_activity"><code class="structname">pg_stat_activity</code></a><code class="literal">age(backend_xid)</code>または<code class="literal">age(backend_xmin)</code>はラージです。 |
810 | | -このようなトランザクションはコミットもしくはロールバックされるか、<code class="literal">pg_terminate_backend</code>を使用してセッションを終了することができます。</li><li class="listitem"><span class="original"> |
| 802 | +</span>長時間実行されているオープントランザクションを終了します。 |
| 803 | +<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW" title="27.2.3. pg_stat_activity"><code class="structname">pg_stat_activity</code></a>で<code class="literal">age(backend_xid)</code>または<code class="literal">age(backend_xmin)</code>が大きい行を確認して、これらを見つけることができます。 |
| 804 | +このようなトランザクションはコミットまたはロールバックするか、<code class="literal">pg_terminate_backend</code>を使用してセッションを終了できます。</li><li class="listitem"><span class="original"> |
811 | 805 | <simpara>Drop any old replication slots. Use |
812 | 806 | <link linkend="view-pg-replication-slots"><structname>pg_replication_slots</structname></link> to |
813 | 807 | find slots where <literal>age(xmin)</literal> or <literal>age(catalog_xmin)</literal> |
814 | 808 | is large. In many cases, such slots were created for replication to servers that no |
815 | 809 | longer exist, or that have been down for a long time. If you drop a slot for a server |
816 | 810 | that still exists and might still try to connect to that slot, that replica may |
817 | 811 | need to be rebuilt.</simpara> |
818 | | -</span>《マッチ度[81.102362]》古いレプリケーションスロットを削除します。 |
819 | | -<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-REPLICATION-VIEW" title="27.2.4. pg_stat_replication">pg_stat_replication</a>を使用して<code class="literal">age(xmin)</code>または<code class="literal">age(catalog_xmin)</code>が大きいスロットを見つけます。 |
| 812 | +</span>古いレプリケーションスロットを削除します。 |
| 813 | +<a class="link" href="view-pg-replication-slots.html" title="53.20. pg_replication_slots"><code class="structname">pg_replication_slots</code></a>を使用して<code class="literal">age(xmin)</code>または<code class="literal">age(catalog_xmin)</code>が大きいスロットを見つけます。 |
820 | 814 | 多くの場合、そのようなスロットは、もはや存在しないか長い間ダウンしているサーバへのレプリケーションのために作成されたものです。 |
821 | | -存在するサーバに対してスロットを削除しても、そのスロットに接続しようとする可能性がある場合、そのレプリカは再構築する必要があるでしょう。 |
822 | | -《機械翻訳》古いレプリケーションスロットを削除します。 |
823 | | -<a class="link" href="view-pg-replication-slots.html" title="53.20. pg_replication_slots"><code class="structname">pg_レプリケーション_slots</code></a>を使用して、<code class="literal">age(xmin)</code>または<code class="literal">age(catalog_xmin)</code>はラージです。 |
824 | | -多くの場合、このようなスロットは、すでに存在しない、または長期間レプリケーションであったサーバへのダウンのために作成されました。 |
825 | | -まだ存在し、そのスロットに接続するためにトライである可能性があるサーバのスロットを削除した場合、そのレプリカは再構築が必要になる可能性があります。</li><li class="listitem"><span class="original"> |
| 815 | +存在するサーバに対してスロットを削除しても、そのスロットに接続しようとする可能性がある場合、そのレプリカは再構築する必要があるでしょう。</li><li class="listitem"><span class="original"> |
826 | 816 | <simpara>Execute <command>VACUUM</command> in the target database. A database-wide |
827 | 817 | <literal>VACUUM</literal> is simplest; to reduce the time required, it as also possible |
828 | 818 | to issue manual <command>VACUUM</command> commands on the tables where |
|
963 | 953 | directly hold back multixact cleanup. Dropping stale replication |
964 | 954 | slots is therefore not usually relevant to resolving multixact ID |
965 | 955 | wraparound problems.</simpara> |
966 | | -</span>《機械翻訳》トランザクションIDの周回とは異なり、レプリケーションスロットはmultixactクリーンアップを直接抑制しません。 |
| 956 | +</span>トランザクションIDの周回とは異なり、レプリケーションスロットはマルチトランザクションの整理を直接抑制しません。 |
967 | 957 | したがって、古いレプリケーションスロットを削除することは、通常、マルチトランザクションIDの周回問題の解決には関係ありません。</li><li class="listitem"><span class="original"> |
968 | 958 | <simpara>MXID information is not directly visible in system views such as |
969 | 959 | <literal>pg_stat_activity</literal>; however, looking for old XIDs is still a good |
|
0 commit comments