Skip to content

Commit d8e8971

Browse files
author
Daniel Townsend
committed
tuning postgres docs
1 parent eeb9a4c commit d8e8971

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
.pytest_cache/
33
.mypy_cache/
44
.DS_Store
5+
docs/_build/
56
build/
7+
.doctrees/

docs/aragorm/tuning-postgres.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
===============
2+
Tuning Postgres
3+
===============
4+
5+
One of the aims of Aragorm is to get more queries into the database.
6+
7+
So while one request is waiting on a database response, another request can fire off another database request.
8+
9+
You might wonder how Postgres handles this increased load, and how to tune it to process concurrent requests as quickly as possible.
10+
11+
- https://www.postgresql.org/docs/current/static/mvcc.html

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Welcome to Aragorm's documentation!
1515
aragorm/migrations
1616
aragorm/supported-databases
1717
aragorm/tests
18+
aragorm/tuning-postgres
1819

1920
Indices and tables
2021
==================

0 commit comments

Comments
 (0)