File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 161161 backend's relcache entry. This will produce the correct bucket mapping as
162162 long as the target bucket hasn't been split since the last cache refresh.
163163</ span >
164- 《マッチ度[95.294118]》 インデックスのスキャンおよびタプルの挿入は両者とも、与えられたタプルが置かれるべきバケットを特定する必要があります。
164+ インデックスのスキャンおよびタプルの挿入は両者とも、与えられたタプルが置かれるべきバケットを特定する必要があります。
165165これを実施するためには、メタページ内のバケット数、上位マスク、下位マスクが必要です。
166166しかし、性能上の理由で、そのような操作を行うたびにメタページをロックしてピンを立てるのは好ましいことではありません。
167167そうする代わりに、それぞれのバックエンドのリレーションキャッシュ(relcache)のエントリにキャッシュされたメタページの複製を保持します。
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: default
77
88## 最新
99
10- last-updated: 2026-03-07 04:48:31 JST
10+ last-updated: 2026-03-11 04:51:11 JST
1111
1212### 最新 PostgreSQL
1313
You can’t perform that action at this time.
0 commit comments