Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ab71c20f
Commit
ab71c20f
authored
Jan 28, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
a4477341
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
doc/FAQ
doc/FAQ
+8
-1
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+8
-1
No files found.
doc/FAQ
View file @
ab71c20f
...
@@ -639,7 +639,7 @@
...
@@ -639,7 +639,7 @@
These are the limits:
These are the limits:
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a table?
64 TB on all operating systems
Maximum size for a table?
16 TB
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
...
@@ -650,6 +650,13 @@ Maximum number of indexes on a table? unlimited
...
@@ -650,6 +650,13 @@ Maximum number of indexes on a table? unlimited
disk space and memory/swap space. Performance may suffer when these
disk space and memory/swap space. Performance may suffer when these
values get unusually large.
values get unusually large.
The maximum table size of 16TB does not require large file support
from the operating system. Large tables are stored as multiple 1GB
files.
The maximum table size and maximum number of columns can be increased
by 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?
...
...
doc/src/FAQ/FAQ.html
View file @
ab71c20f
...
@@ -831,7 +831,7 @@
...
@@ -831,7 +831,7 @@
<P>
These are the limits:
</P>
<P>
These are the limits:
</P>
<PRE>
<PRE>
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a table?
64 TB on all operating systems
Maximum size for a table?
16 TB
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
...
@@ -842,6 +842,13 @@ Maximum number of indexes on a table? unlimited
...
@@ -842,6 +842,13 @@ Maximum number of indexes on a table? unlimited
available disk space and memory/swap space. Performance may
available disk space and memory/swap space. Performance may
suffer when these values get unusually large.
suffer when these values get unusually large.
<P>
The maximum table size of 16TB does not require large file
support from the operating system. Large tables are stored
as multiple 1GB files.
<P>
The maximum table size and maximum number of columns can be
increased by 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>
</H4>
</H4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment