Skip to content

Commit

Permalink
respond to Saito-san's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Feb 2, 2025
1 parent 62e2592 commit 49e7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/limits.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
Typically, this is only an issue for tables containing many terabytes
of data; partitioning is a possible workaround.
-->
各テーブルは、理論上最大2^32個の行外の値を格納できます。行外のストレージの詳細については、<xref linkend="storage-toast" />を参照してください。
各テーブルは、理論上最大2^32個の行外の値を格納できます。行の外部への格納の詳細については、<xref linkend="storage-toast" />を参照してください。
この制限は、そのような各値を識別するために32ビットのOIDを使用することから生じています。
実際の制限は理論的な制限よりも大幅に低くなります。それは、OIDの空間が満杯になるにつれて、まだ空いているOIDを見つけるのに時間が掛かるようになり、INSERT/UPDATE文が遅くなるからです。
通常、これはテーブルにテラバイト単位のデータが含まれている場合にのみ発生する問題であり、パーティショニングが回避策として考えられます。
Expand Down

0 comments on commit 49e7399

Please sign in to comment.