Skip to content

Commit 4a93902

Browse files
committed
by GitHub Actions [skip ci]
1 parent d3e1699 commit 4a93902

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

current/html/datatype-json.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@
748748
with the exception that (for historical reasons) an empty top level array sorts less than <replaceable>null</replaceable>.
749749
Objects with equal numbers of pairs are compared in the order:
750750
</span>
751-
《機械翻訳》例外では、(歴史的な理由から)空のトップレベル配列がより小さいをソートします<em class="replaceable"><code>NULL</code></em>
752-
ペアの数が等しいオブジェクトは、オーダーで比較されます:
751+
ただし、(歴史的な理由から)空のトップレベル配列は<em class="replaceable"><code>null</code></em>より小さいとしてソートされます
752+
ペアの数が等しいオブジェクトは、順に比較されます
753753
</p><pre class="synopsis">
754754
<em class="replaceable"><code>key-1</code></em>, <em class="replaceable"><code>value-1</code></em>, <em class="replaceable"><code>key-2</code></em> ...
755755
</pre><p>

current/html/routine-vacuuming.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -895,13 +895,10 @@
895895
scans will occur even if autovacuum is nominally disabled. The members storage
896896
area can grow up to about 20GB before reaching wraparound.
897897
</span>
898-
《マッチ度[76.470588]》安全装置として、<a class="xref" href="runtime-config-autovacuum.html#GUC-AUTOVACUUM-MULTIXACT-FREEZE-MAX-AGE">autovacuum_multixact_freeze_max_age</a>よりもそのマルチトランザクション年代が大きいどのテーブルに対しても、積極的なバキュームスキャンが起こります。
899-
また、マルチトランザクションメンバによるストレージの占有が2GBを超えた場合にも、積極的なバキュームスキャンは、マルチトランザクション年代の一番古いものから始めて、すべてのテーブルに対してより頻繁に起こります。
898+
安全装置として、<a class="xref" href="runtime-config-autovacuum.html#GUC-AUTOVACUUM-MULTIXACT-FREEZE-MAX-AGE">autovacuum_multixact_freeze_max_age</a>よりもそのマルチトランザクション年代が大きいどのテーブルに対しても、積極的なバキュームスキャンが起こります。
899+
また、マルチトランザクションメンバによる記憶領域の占有が約10GBを超えた場合にも、積極的なバキュームスキャンは、マルチトランザクション年代の一番古いものから始めて、すべてのテーブルに対してより頻繁に起こります。
900900
この種の積極的スキャンはどちらも、自動バキュームが名目上は無効にされていても発生します。
901-
《機械翻訳》安全なデバイスとして、積極的なバキュームスキャンは複数トランザクションがより大きい<a class="xref" href="runtime-config-autovacuum.html#GUC-AUTOVACUUM-MULTIXACT-FREEZE-MAX-AGE">autovacuum_multixact_freeze_max_age</a>であるすべてのテーブルに対して発生します。
902-
また、複数トランザクションメンバが占めるストレージが約10ギガバイトを超える場合、積極的なバキュームスキャンはすべての表に対してより頻繁に発生し、最も古い複数トランザクション年齢を持つ表から開始されます。
903-
これらの積極的なスキャンは、オートバキュームが名目上無効になっていても発生します。
904-
メンバ格納領域は約20ギガバイト前まで成長し、周回に達します。
901+
メンバ格納領域は、周回に達する前に、約20GBまで成長することがあります。
905902
</p><p>
906903
<span class="original">
907904
Similar to the XID case, if autovacuum fails to clear old MXIDs from a table, the
@@ -1010,7 +1007,7 @@
10101007
table is vacuumed. The vacuum threshold is defined as:
10111008
</span>
10121009
テーブルの<code class="structfield">relfrozenxid</code>値が<a class="xref" href="runtime-config-autovacuum.html#GUC-AUTOVACUUM-FREEZE-MAX-AGE">autovacuum_freeze_max_age</a>トランザクション年齢よりも古い場合、そのテーブルは常にバキュームされます
1013-
(これはfreeze max ageがストレージパラメータにより変更されたテーブルに対しても適用されます。以下を参照)。
1010+
(これはfreeze max ageが格納パラメータにより変更されたテーブルに対しても適用されます。以下を参照)。
10141011
さもなければ、直前の<code class="command">VACUUM</code>の後に不要となったタプル数が<span class="quote"><span class="quote">バキューム閾値</span></span>を超えると、テーブルはバキュームされます。
10151012
このバキューム閾値は以下のように定義されます。
10161013
</p><pre class="programlisting">
@@ -1123,7 +1120,7 @@
11231120
</span>
11241121
デフォルトの閾値と規模係数は、<code class="filename">postgresql.conf</code>から取られますが、(他の多くの自動バキューム制御パラメータと合わせて)テーブル毎に上書きすることができます。
11251122
より詳細な情報は<a class="xref" href="sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS" title="格納パラメータ">格納パラメータ</a>を参照してください。
1126-
テーブルのストレージパラメータで設定が変更されると、そのテーブルを処理する時にその値が使用されます。
1123+
テーブルの格納パラメータで設定が変更されると、そのテーブルを処理する時にその値が使用されます。
11271124
そうでなければ、全体設定が使われます。
11281125
全体設定についての詳細な情報は<a class="xref" href="runtime-config-autovacuum.html" title="19.10. 自動Vacuum作業">19.10</a>を参照してください。
11291126
</p><p>
@@ -1139,7 +1136,7 @@
11391136
</span>
11401137
複数のワーカープロセスが実行している場合、自動バキュームコスト遅延パラメータ(<a class="xref" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-VACUUM-COST" title="19.4.4. コストに基づくVacuum遅延">19.4.4</a>を参照してください)は実行中のワーカー全体に<span class="quote"><span class="quote">振り分け</span></span>られます。
11411138
このため、ワーカーの実稼働数に関らず、システムに与えるI/Oの総影響は変わりありません。
1142-
しかし、テーブル毎の<code class="literal">autovacuum_vacuum_cost_delay</code>または<code class="literal">autovacuum_vacuum_cost_limit</code>ストレージパラメータが設定されたテーブルを処理するワーカーは振り分けアルゴリズムでは考慮されません
1139+
しかし、テーブル毎の<code class="literal">autovacuum_vacuum_cost_delay</code>または<code class="literal">autovacuum_vacuum_cost_limit</code>格納パラメータが設定されたテーブルを処理するワーカーは振り分けアルゴリズムでは考慮されません
11431140
</p><p>
11441141
<span class="original">
11451142
Autovacuum workers generally don't block other commands. If a process

current/postgres-A4.pdf

1.13 KB
Binary file not shown.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-06-06 04:24:26 JST
10+
last-updated: 2025-06-12 04:28:22 JST
1111

1212
### 最新 PostgreSQL
1313

@@ -19,7 +19,7 @@ last-updated: 2025-06-06 04:24:26 JST
1919

2020
| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2121
|:---------------------------|:---------------------------------------------:|:--------------------------------------------:|:---:|:----------:|
22-
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-06-06</em> |
22+
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-06-12</em> |
2323
| [17.0](jpug-doc/17.0/html/) | [PDF](jpug-doc/17.0/postgresql-17.0-A4.pdf) | [EPUB](jpug-doc/17.0/postgresql-17.0.epub) | [man.tar.gz](jpug-doc/17.0/man.tar.gz) | 2025-05-21 |
2424

2525
### PostgreSQL 16

0 commit comments

Comments
 (0)