Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
b72ca55e
Commit
b72ca55e
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
f3416bef
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+5
-3
5 additions, 3 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+5
-3
5 additions, 3 deletions
doc/src/FAQ/FAQ.html
with
10 additions
and
6 deletions
doc/FAQ
+
5
−
3
View file @
b72ca55e
...
@@ -639,14 +639,16 @@
...
@@ -639,14 +639,16 @@
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?
unlimited
on all operating systems
Maximum size for a table?
64 TB
on all operating systems
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 number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
Maximum number of columns in a table?
unlimited
Maximum number of columns in a table?
1600
Maximum number of indexes on a table? unlimited
Maximum number of indexes on a table? unlimited
Of course, these are not actually unlimited, but limited to available
Of course, these are not actually unlimited, but limited to available
disk space.
disk space and memory/swap space. Performance may suffer when these
values get unusually large.
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?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
5
−
3
View file @
b72ca55e
...
@@ -831,14 +831,16 @@
...
@@ -831,14 +831,16 @@
<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?
unlimited
on all operating systems
Maximum size for a table?
64 TB
on all operating systems
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 number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
Maximum number of columns in a table?
unlimited
Maximum number of columns in a table?
1600
Maximum number of indexes on a table? unlimited
Maximum number of indexes on a table? unlimited
</PRE>
</PRE>
Of course, these are not actually unlimited, but limited to
Of course, these are not actually unlimited, but limited to
available disk space.
available disk space and memory/swap space. Performance may
suffer when these values get unusually large.
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment