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
1b6c7b1c
Commit
1b6c7b1c
authored
15 years ago
by
Heikki Linnakangas
Browse files
Options
Downloads
Patches
Plain Diff
Change "literal" tag to the more appropriate "firstterm", when describing
what "eventually consistent" means.
parent
f3595161
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/high-availability.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/high-availability.sgml
with
2 additions
and
2 deletions
doc/src/sgml/high-availability.sgml
+
2
−
2
View file @
1b6c7b1c
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6
6
2010/05/0
2
0
2
:1
0:32 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6
7
2010/05/0
3
0
9
:1
5:17 heikki
Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
...
...
@@ -1156,7 +1156,7 @@ if (!triggered)
so there will be a measurable delay between primary and standby. Running the
same query nearly simultaneously on both primary and standby might therefore
return differing results. We say that data on the standby is
<
li
ter
al
>eventually consistent</
li
ter
al
> with the primary.
<
first
ter
m
>eventually consistent</
first
ter
m
> with the primary.
Queries executed on the standby will be correct with regard to the transactions
that had been recovered at the start of the query, or start of first statement
in the case of serializable transactions. In comparison with the primary,
...
...
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