mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Update FAQ.
This commit is contained in:
parent
ab71c20fdf
commit
08dcf0a680
2
doc/FAQ
2
doc/FAQ
@ -655,7 +655,7 @@ Maximum number of indexes on a table? unlimited
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
The maximum table size and maximum number of columns can be increased
|
The maximum table size and maximum number of columns can be increased
|
||||||
by four if the default block size is increased to 32k.
|
by a factor of four if the default block size is increased to 32k.
|
||||||
|
|
||||||
4.7) How much database disk space is required to store data from a typical
|
4.7) How much database disk space is required to store data from a typical
|
||||||
text file?
|
text file?
|
||||||
|
@ -847,7 +847,8 @@ Maximum number of indexes on a table? unlimited
|
|||||||
as multiple 1GB files.
|
as multiple 1GB files.
|
||||||
|
|
||||||
<P>The maximum table size and maximum number of columns can be
|
<P>The maximum table size and maximum number of columns can be
|
||||||
increased by four if the default block size is increased to 32k.
|
increased by a factor of four if the default block size is
|
||||||
|
increased to 32k.
|
||||||
|
|
||||||
<H4><A name="4.7">4.7</A>) How much database disk space is required
|
<H4><A name="4.7">4.7</A>) How much database disk space is required
|
||||||
to store data from a typical text file?<BR>
|
to store data from a typical text file?<BR>
|
||||||
|
Loading…
Reference in New Issue
Block a user