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
8d1c1d40
Commit
8d1c1d40
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update fsync FAQ item.
parent
c86fac27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+8
-21
8 additions, 21 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+11
-23
11 additions, 23 deletions
doc/src/FAQ/FAQ.html
with
19 additions
and
44 deletions
doc/FAQ
+
8
−
21
View file @
8d1c1d40
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Mon Jun 10
16:44:55
EDT 2002
Last updated: Mon Jun 10
22:22:31
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -323,29 +323,16 @@
...
@@ -323,29 +323,16 @@
reduce lock contention.
reduce lock contention.
Performance
Performance
PostgreSQL runs in two modes. Normal fsync mode flushes every
PostgreSQL has performance similar to other commercial and open
completed transaction to disk, guaranteeing that if the OS
source databases. it is faster for some things, slower for
crashes or loses power in the next few seconds, all your data
others.
is safely stored on disk. In this mode, we are slower than most
commercial databases, partly because few of them do such
conservative flushing to disk in their default modes. In
no-fsync mode, we are usually faster than commercial databases,
though in this mode, an OS crash could cause data corruption.
We are working to provide an intermediate mode that suffers
less performance overhead than full fsync mode, and will allow
data integrity within 30 seconds of an OS crash.
In comparison to MySQL or leaner database systems, we are
In comparison to MySQL or leaner database systems, we are
slower on inserts/updates because we have transaction overhead.
slower on inserts/updates because we have transaction overhead.
Of course, MySQL does not have any of the features mentioned in
Of course, MySQL does not have any of the features mentioned in
the Features section above. We are built for flexibility and
the Features section above. We are built for reliability and
features, though we continue to improve performance through
features, though we continue to improve performance in every
profiling and source code analysis. There is an interesting Web
release. There is an interesting Web page comparing PostgreSQL
page comparing PostgreSQL to MySQL at
to MySQL at http://openacs.org/why-not-mysql.html
http://openacs.org/why-not-mysql.html
We handle each user connection by creating a Unix process.
Backend processes share data buffers and locking information.
With multiple CPUs, multiple backends can easily run on
different CPUs.
Reliability
Reliability
We realize that a DBMS must be reliable, or it is worthless. We
We realize that a DBMS must be reliable, or it is worthless. We
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
11
−
23
View file @
8d1c1d40
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Mon Jun 10
16:44:55
EDT 2002
</P>
<P>
Last updated: Mon Jun 10
22:22:31
EDT 2002
</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>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -425,32 +425,20 @@
...
@@ -425,32 +425,20 @@
<DT><B>
Performance
</B></DT>
<DT><B>
Performance
</B></DT>
<DD>
PostgreSQL runs in two modes. Normal
<I>
fsync
</I>
mode
<DD>
PostgreSQL has performance similar to other commercial and
flushes every completed transaction to disk, guaranteeing that if
open source databases. it is faster for some things, slower for
the OS crashes or loses power in the next few seconds, all your
others.
data is safely stored on disk. In this mode, we are slower than
most commercial databases, partly because few of them do such
conservative flushing to disk in their default modes. In
<I>
no-fsync
</I>
mode, we are usually faster than commercial
databases, though in this mode, an OS crash could cause data
corruption. We are working to provide an intermediate mode that
suffers less performance overhead than full fsync mode, and will
allow data integrity within 30 seconds of an OS crash.
<BR>
<BR>
<BR>
In comparison to MySQL or leaner database systems, we are slower
In comparison to MySQL or leaner database systems, we are slower
on inserts/updates because we have transaction overhead. Of
on inserts/updates because we have transaction overhead. Of
course, MySQL does not have any of the features mentioned in the
course, MySQL does not have any of the features mentioned in the
<I>
Features
</I>
section above. We are built for flexibility and
<I>
Features
</I>
section above. We are built for reliability and
features, though we continue to improve performance through
features, though we continue to improve performance in every
profiling and source code analysis. There is an interesting Web
release. There is an interesting Web page comparing PostgreSQL to
page comparing PostgreSQL to MySQL at
<A
href=
MySQL at
<A
href=
"http://openacs.org/why-not-mysql.html"
>
"http://openacs.org/why-not-mysql.html"
>
http://openacs.org/why-not-mysql.html
</A><BR>
http://openacs.org/why-not-mysql.html
</A><BR>
<BR>
We handle each user connection by creating a Unix process.
Backend processes share data buffers and locking information.
With multiple CPUs, multiple backends can easily run on different
CPUs.
<BR>
<BR>
<BR>
</DD>
</DD>
...
...
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