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
8c71af13
Commit
8c71af13
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix computation of sample table size.
parent
8e897283
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
+2
-2
2 additions, 2 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ.html
with
4 additions
and
4 deletions
doc/FAQ
+
2
−
2
View file @
8c71af13
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Feb 24
09:59:35
EST 2006
Last updated: Fri Feb 24
23:28:40
EST 2006
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -524,7 +524,7 @@
...
@@ -524,7 +524,7 @@
As an example, consider a file of 100,000 lines with an integer and
As an example, consider a file of 100,000 lines with an integer and
text description on each line. Suppose the text string avergages
text description on each line. Suppose the text string avergages
twenty bytes in length. The flat file would be 2.8 MB. The size of the
twenty bytes in length. The flat file would be 2.8 MB. The size of the
PostgreSQL database file containing this data can be estimated as
6.4
PostgreSQL database file containing this data can be estimated as
5.6
MB:
MB:
28 bytes: each row header (approximate)
28 bytes: each row header (approximate)
24 bytes: one int field and one text field
24 bytes: one int field and one text field
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
2
−
2
View file @
8c71af13
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Fri Feb 24
09:59:35
EST 2006
</P>
<P>
Last updated: Fri Feb 24
23:28:40
EST 2006
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
...
@@ -692,7 +692,7 @@ table?</TD><TD>unlimited</TD></TR>
...
@@ -692,7 +692,7 @@ table?</TD><TD>unlimited</TD></TR>
and text description on each line. Suppose the text string
and text description on each line. Suppose the text string
avergages twenty bytes in length. The flat file would be 2.8 MB.
avergages twenty bytes in length. The flat file would be 2.8 MB.
The size of the PostgreSQL database file containing this data can
The size of the PostgreSQL database file containing this data can
be estimated as
6.4
MB:
</P>
be estimated as
5.6
MB:
</P>
<PRE>
<PRE>
28 bytes: each row header (approximate)
28 bytes: each row header (approximate)
24 bytes: one int field and one text field
24 bytes: one int field and one text field
...
...
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