Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
11f06899
Commit
11f06899
authored
Jan 24, 2022
by
Ben Bodenmiller
Committed by
Marcin Sedlak-Jakubowski
Jan 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix edition for Handling Stale Reads
parent
eb24f558
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/postgresql/database_load_balancing.md
doc/administration/postgresql/database_load_balancing.md
+2
-2
No files found.
doc/administration/postgresql/database_load_balancing.md
View file @
11f06899
...
...
@@ -147,9 +147,9 @@ When the list of hosts is updated, it might take a while for the old connections
to be terminated. The
`disconnect_timeout`
setting can be used to enforce an
upper limit on the time it takes to terminate all old database connections.
### Handling
Stale Reads **(PREMIUM SELF)**
### Handling
stale reads
> [
Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/3526) in GitLab 10.3
.
> [
Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/327902) from GitLab Premium to GitLab Free in 14.0
.
To prevent reading from an outdated secondary the load balancer checks if it
is in sync with the primary. If the data is recent enough, the
...
...
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