Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodburi
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
0
Merge Requests
0
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
Kirill Smelkov
zodburi
Commits
69463a29
Commit
69463a29
authored
Apr 14, 2017
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed wording/grammer and removed some junk text (left over from edits)
parent
81fc69e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
33 deletions
+23
-33
docs/index.rst
docs/index.rst
+23
-33
No files found.
docs/index.rst
View file @
69463a29
...
@@ -93,49 +93,42 @@ Connection-related
...
@@ -93,49 +93,42 @@ Connection-related
These arguments relate to connections created from the database.
These arguments relate to connections created from the database.
connection_cache_size
connection_cache_size
integer (default 10000)
integer (default 10000) target size, in number of objects, of each
connection's object cache
Target size, in number of objects, of each connection's object
cache.
connection_cache_size_bytes
connection_cache_size_bytes
integer (default 0)
integer (default 0) target estimated size, in bytes, of each
connection's object cache
Target size, in total estimated size for objects, of each
0 means no limit.
connection's object cache. 0 means no limit.
A suffix of KB, MB, or GB may be used to provide units.
A suffix of KB, MB, or GB may be used to provide units.
connection_historical_cache_size
connection_historical_cache_size
integer (default 1000)
integer (default 1000) target size, in number of objects, of each
historical connection's object cache
Target size, in number of objects, of each historical connection's
object cache.
connection_historical_cache_size_bytes
connection_historical_cache_size_bytes
integer (default 0)
integer (default 0) target estimated size, in bytes, of each
historical connection's object cache
Target size, in total estimated size of objects, of each historical
0 means no limit.
connection's object cache.
A suffix of KB, MB, or GB may be used to provide units.
A suffix of KB, MB, or GB may be used to provide units.
connection_historical_pool_size
connection_historical_pool_size
integer (default 3)
integer (default 3) expected maximum total number of historical connections
simultaneously open
The expected maximum total number of historical connections
simultaneously open.
connection_historical_timeout
connection_historical_timeout
integer (default 300)
integer (default 300)
maximum age of inactive historical connections
Maximum age of inactive historical connections When a historical
When a historical connection has remained unused in a historical
connection has remained unused in a historical connection pool for
connection pool for more than connection_historical_timeout seconds,
more than connection_historical_timeout seconds, it will be
it will be discarded and its resources released.
discarded and it's resources released.
connection_large_record_size
connection_large_record_size
integer (default 16MB)
integer (default 16MB)
record size limit before suggesting using blobs
When object records are saved that are larger than this, a warning
When object records are saved that are larger than this, a warning
is issued, suggesting that blobs should be used instead.
is issued, suggesting that blobs should be used instead.
...
@@ -143,9 +136,9 @@ connection_large_record_size
...
@@ -143,9 +136,9 @@ connection_large_record_size
A suffix of KB, MB, or GB may be used to provide units.
A suffix of KB, MB, or GB may be used to provide units.
connection_pool_size
connection_pool_size
integer (default 7)
integer (default 7) expected maximum number of simultaneously open
connections
The expected maximum number of simultaneously open connections.
There is no hard limit (as many connections as are requested
There is no hard limit (as many connections as are requested
will be opened, until system resources are exhausted). Exceeding
will be opened, until system resources are exhausted). Exceeding
pool-size connections causes a warning message to be logged,
pool-size connections causes a warning message to be logged,
...
@@ -153,16 +146,13 @@ connection_pool_size
...
@@ -153,16 +146,13 @@ connection_pool_size
message to be logged.
message to be logged.
connection_pool_timeout
connection_pool_timeout
integer (default unlimited)
integer (default unlimited) maximum age of inactive (non-historical)
connections
Maximum age of inactive (non-historical) connections When a
When a connection has remained unused in a connection pool for more
connection has remained unused in a connection pool for more than
than connection_pool_timeout seconds, it will be discarded and its
connection_pool_timeout seconds, it will be discarded and it's
resources released.
resources released.
The minimum interval that an unused (non-historical)
connection should be kept.
Blob-related
Blob-related
++++++++++++
++++++++++++
...
...
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