File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 22.pytest_cache /
33.mypy_cache /
44.DS_Store
5+ docs /_build /
56build /
7+ .doctrees /
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1920Indices and tables
2021==================
You can’t perform that action at this time.
0 commit comments