Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cloud/dbaas/perftune-mariadb-errorlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Error log in MariaDB
1 change: 1 addition & 0 deletions docs/cloud/dbaas/perftune-mariadb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Common performance issues with MariaDB; how to identify and resolve them
1 change: 1 addition & 0 deletions docs/cloud/dbaas/perftune-postgresql-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The importance of PostgreSQL log
1 change: 1 addition & 0 deletions docs/cloud/dbaas/perftune-postgresql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Common performance issues with PostgreSQL; how to identify and resolve them
8 changes: 7 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,16 @@ nav:
- cloud/dbaas/mariadb.md
- Accessing your database: cloud/dbaas/mariadb-accessing.md
- Permissions: cloud/dbaas/mariadb-permissions.md

- More advanced features: cloud/dbaas/advanced.md
- Resizing database instance volumes: cloud/dbaas/resize-volume.md
- Rebuilding database instances: cloud/dbaas/rebuild-database.md
- Common performance issues with databases:
- MariaDB:
- Error log: cloud/dbaas/perftune-mariadb-errorlog.md
- Common issues: cloud/dbaas/perftune-mariadb.md
- PostgreSQL:
- Importance of PostgresSQL log: cloud/dbaas/perftune-postgresql-log.md
- Common issues: cloud/dbaas/perftune-postgresql.md
- Rahti:
- cloud/rahti/index.md
- What is Rahti:
Expand Down