mirror of https://github.com/postgres/postgres
Update FAQ.
This commit is contained in:
parent
0f972fa02c
commit
1ba857513d
2
doc/FAQ
2
doc/FAQ
|
@ -676,7 +676,7 @@ Maximum size for a database? unlimited (60GB databases exist)
|
|||
Maximum size for a table? unlimited on all operating systems
|
||||
Maximum size for a row? 8k, configurable to 32k
|
||||
Maximum number of rows in a table? unlimited
|
||||
Maximum number of columns table? unlimited
|
||||
Maximum number of columns in a table? unlimited
|
||||
Maximum number of indexes on a table? unlimited
|
||||
|
||||
Of course, these are not actually unlimited, but limited to available
|
||||
|
|
|
@ -844,7 +844,7 @@ Maximum size for a database? unlimited (60GB databases exist)
|
|||
Maximum size for a table? unlimited on all operating systems
|
||||
Maximum size for a row? 8k, configurable to 32k
|
||||
Maximum number of rows in a table? unlimited
|
||||
Maximum number of columns table? unlimited
|
||||
Maximum number of columns in a table? unlimited
|
||||
Maximum number of indexes on a table? unlimited
|
||||
</PRE>
|
||||
|
||||
|
|
Loading…
Reference in New Issue