From 80c7be09aff3594aab3fd7db46b4cdad5f09ac0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:33:51 +0200 Subject: [PATCH 1/6] Making DBaaS common issues framework --- mkdocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 991e30a167..09576bf7d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -306,6 +306,13 @@ nav: - Permissions: cloud/dbaas/postgres-permissions.md - More advanced features: cloud/dbaas/advanced.md - Resizing database instance volume: cloud/dbaas/resize-volume.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 2: - cloud/rahti2/index.md - What is Rahti: cloud/rahti2/rahti-what-is.md From 403d0152e1ebb740f08cb761220e4fcc7fe8bae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:46:50 +0200 Subject: [PATCH 2/6] Fixes to some merge issues --- mkdocs.yml | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 73924d719c..7b20236198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -430,7 +430,8 @@ nav: - Accessing your database: cloud/dbaas/mariadb-accessing.md - Permissions: cloud/dbaas/mariadb-permissions.md - More advanced features: cloud/dbaas/advanced.md - - Resizing database instance volume: cloud/dbaas/resize-volume.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 @@ -438,39 +439,6 @@ nav: - PostgreSQL: - Importance of PostgresSQL log: cloud/dbaas-perftune-postgresql-log.md - Common issues: cloud/dbaas/perftune-postgresql.md - - Resizing database instance volumes: cloud/dbaas/resize-volume.md - - Rebuilding database instances: cloud/dbaas/rebuild-database.md - - - Rahti 2: - - cloud/rahti2/index.md - - What is Rahti: cloud/rahti2/rahti-what-is.md - - Moving into Rahti: cloud/rahti2/moving-into.md - - Containers & their Orchestration: cloud/rahti2/containers.md - - Kubernetes and OpenShift concepts: cloud/rahti2/concepts.md - - Networking: cloud/rahti2/networking.md - - Security guide: cloud/rahti2/security-guide.md - - Getting Started: - - Getting access: cloud/rahti2/access.md - - Using the web interface: cloud/rahti2/usage/getting_started.md - - Command line tool installation and usage: cloud/rahti2/usage/cli.md - - Migration to Rahti 2: cloud/rahti/rahti-migration.md - - Storage in Rahti: - - cloud/rahti2/storage/index.md - - Persistent volumes: cloud/rahti2/storage/persistent.md - - Ephemeral storage: cloud/rahti2/storage/ephemeral.md - - Object storage: cloud/rahti2/storage/objectstorage.md - - Expand a volume: cloud/rahti2/storage/expand-volumes.md - - Volume snapshot: cloud/rahti2/storage/volume-snapshot.md - - Images: - - cloud/rahti2/images/overview.md - - Creating an image: cloud/rahti2/images/creating.md - - Keeping docker images small: cloud/rahti2/images/keeping_docker_images_small.md - - Using Rahti 2 integrated registry: cloud/rahti2/images/Using_Rahti_2_integrated_registry.md - - Rahti Catalog: cloud/rahti2/catalog-docs.md - - Projects and quota: cloud/rahti2/usage/projects_and_quota.md - - Billing: cloud/rahti2/billing.md - - External documentation: cloud/rahti2/ext_docs.md - - Rahti: - cloud/rahti/index.md - What is Rahti: From da6c28d68d4c36222f33d70dedba00c897e2f9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:56:23 +0200 Subject: [PATCH 3/6] Added subpages --- docs/cloud/dbaas/perftune-mariadb-errorlog.md | 1 + docs/cloud/dbaas/perftune-mariadb.md | 1 + docs/cloud/dbaas/perftune-postgresql-log.md | 1 + docs/cloud/dbaas/perftune-postgresql.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 docs/cloud/dbaas/perftune-mariadb-errorlog.md create mode 100644 docs/cloud/dbaas/perftune-mariadb.md create mode 100644 docs/cloud/dbaas/perftune-postgresql-log.md create mode 100644 docs/cloud/dbaas/perftune-postgresql.md diff --git a/docs/cloud/dbaas/perftune-mariadb-errorlog.md b/docs/cloud/dbaas/perftune-mariadb-errorlog.md new file mode 100644 index 0000000000..ee70bf25f3 --- /dev/null +++ b/docs/cloud/dbaas/perftune-mariadb-errorlog.md @@ -0,0 +1 @@ +# Error log in MariaDB diff --git a/docs/cloud/dbaas/perftune-mariadb.md b/docs/cloud/dbaas/perftune-mariadb.md new file mode 100644 index 0000000000..782a8cdf30 --- /dev/null +++ b/docs/cloud/dbaas/perftune-mariadb.md @@ -0,0 +1 @@ +# Common performance issues with MariaDB; how to identify and resolve them diff --git a/docs/cloud/dbaas/perftune-postgresql-log.md b/docs/cloud/dbaas/perftune-postgresql-log.md new file mode 100644 index 0000000000..099352b1b4 --- /dev/null +++ b/docs/cloud/dbaas/perftune-postgresql-log.md @@ -0,0 +1 @@ +# The importance of PostgreSQL log diff --git a/docs/cloud/dbaas/perftune-postgresql.md b/docs/cloud/dbaas/perftune-postgresql.md new file mode 100644 index 0000000000..a86a5855b8 --- /dev/null +++ b/docs/cloud/dbaas/perftune-postgresql.md @@ -0,0 +1 @@ +# Common performance issues with PostgreSQL; how to identify and resolve them From ddaab9114ff8e4b3ec829a1a95fa68e1e8da4d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 15:06:39 +0200 Subject: [PATCH 4/6] Fixed a typo --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7b20236198..2343b9ef94 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -437,7 +437,7 @@ nav: - 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 + - Importance of PostgresSQL log: cloud/dbaas/perftune-postgresql-log.md - Common issues: cloud/dbaas/perftune-postgresql.md - Rahti: - cloud/rahti/index.md From 73bd6de4b638b635027adb4c24dd2005a3e805b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 6 Mar 2026 17:35:39 +0200 Subject: [PATCH 5/6] Created a stub error log info pages for Pukki's MariaDB and PG databases --- docs/cloud/dbaas/perftune-mariadb-errorlog.md | 47 +++++ docs/cloud/dbaas/perftune-postgresql-log.md | 178 +++++++++++++++++- mkdocs.yml | 2 - 3 files changed, 224 insertions(+), 3 deletions(-) diff --git a/docs/cloud/dbaas/perftune-mariadb-errorlog.md b/docs/cloud/dbaas/perftune-mariadb-errorlog.md index ee70bf25f3..2e53afc4e9 100644 --- a/docs/cloud/dbaas/perftune-mariadb-errorlog.md +++ b/docs/cloud/dbaas/perftune-mariadb-errorlog.md @@ -1 +1,48 @@ # Error log in MariaDB + +Error log in MariaDB gives important information from database's current health and operation. + +## How to access database logs + +**Note:** If the system does not return any log lines in either methods then that means there are no log entries within the 1 month retention period which is common to MariaDBs. + +### OpenStack CLI + +Onces you got your OpenStack running, you can list your databases; + +``` +$ openstack database instance list ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ +| ID | Name | Datastore | Datastore Version | Status | Operating Status | Public | Addresses | Flavor ID | Size | Role | ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ +| 0a8b6df2-140d-4932-b477-b3d3a881fecf | mariadb-12-12-14:03:13 | mariadb | 11.4.8 | ACTIVE | HEALTHY | True | [{'address': '192.168.240.106', 'type': 'private', 'network': '51e07f88-483a-4aaf-a349-2277f6afaabe'}, {'address': '195.148.20.137', 'type': 'public'}] | d4a2cb9c-99da-4e0f-82d7-3313cca2b2c2 | 1 | | ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ + +``` + +Using the ID from above command you can get the database log; + +``` +$ openstack database log list -f value -c Status 0a8b6df2-140d-4932-b477-b3d3a881fecf | sort +``` + +In Unix-like systems you can use `tail` command to output only last n lines; +``` +$ openstack database log list -f value -c Status 0a8b6df2-140d-4932-b477-b3d3a881fecf | sort | tail -10 +``` + +### Web UI + +Access the Web UI in [https://pukki.dbaas.csc.fi/project](url), click the `instance name` and go to `logs` tab. + +**Note:** If log lines are with same `timestamp` then log lines may be displayd in bit of a mixed order. + +## What to look for +Error log in MariaDB should be quite quiet, having `note` and some `warning` level messages from statup and from possible shutdown. + +What other messages can be usually seen in error log; + +* **Aborted connection:** Usually these are connections timing out due to inactivity. There is a possibility that network connection between application and database has been interrupted during transaction, causing resource intesive rollback, so these cannot be completelly ignored either. +* **Access denied:** Maybe someone authorized was trying manually to connect to the database or maybe it is some background job failing to connect, which effects was not visible. Consider these also to be possible break-in attempts. + +Any other message that requires attention (including `note` and `warning` level messages) are usually related to performance of the database. diff --git a/docs/cloud/dbaas/perftune-postgresql-log.md b/docs/cloud/dbaas/perftune-postgresql-log.md index 099352b1b4..ca0605afbc 100644 --- a/docs/cloud/dbaas/perftune-postgresql-log.md +++ b/docs/cloud/dbaas/perftune-postgresql-log.md @@ -1 +1,177 @@ -# The importance of PostgreSQL log +# Importance of PostgreSQL log + +PostgreSQL server log gives important information from the database's current health and operation. + +## How to access database logs + +### Web UI + +Access the Web UI in [https://pukki.dbaas.csc.fi/project](url), click the `instance name` and go to `logs` tab. + +**Note:** If the log lines are with same `timestamp` then the log lines may be displayd in bit of a mixed order. + +### OpenStack CLI + +Onces you got your OpenStack running, you can list your databases; + +``` +$ openstack database instance list ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ +| ID | Name | Datastore | Datastore Version | Status | Operating Status | Public | Addresses | Flavor ID | Size | Role | ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ +| f3450bb8-dd52-4f7b-a5fa-262b2963481c | postgresql-10-09-16:25:00 | postgresql | 17.6 | ACTIVE | HEALTHY | False | [{'address': '192.168.242.127', 'type': 'private', 'network': '51e07f88-483a-4aaf-a349-2277f6afaabe'}, {'address': '195.148.31.8', 'type': 'public'}] | d4a2cb9c-99da-4e0f-82d7-3313cca2b2c2 | 1 | | ++--------------------------------------+---------------------------+------------+-------------------+--------+------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+------+------+ +``` + +Using the ID from above command you can get the database log; + +``` +$ openstack database log list -f value -c Status f3450bb8-dd52-4f7b-a5fa-262b2963481c | sort +``` + +In Unix-like systems you can use `tail` command to output only last n lines; +``` +$ openstack database log list -f value -c Status f3450bb8-dd52-4f7b-a5fa-262b2963481c | sort | tail -10 +``` + +## What to look for + +PostgreSQL server log is more chatty than for example MariaDB. + +On idle database there will be always information about checkpoints (forced buffer writes), see `server log format` section below. + +### Server log format + +Example snipped from server log; + +``` +2026-01-09T08:28:40.078089395+00:00 stderr F 2026-01-09 08:28:40.077 UTC [43] LOG: checkpoint starting: time +2026-01-09T08:28:40.118839759+00:00 stderr F 2026-01-09 08:28:40.118 UTC [43] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.001 s, sync=0.001 s, total=0.042 s; sync files=0, longest=0.000 s, average=0.000 s; distance=16384 kB, estimate=16384 kB; lsn=0/BD0000B8, redo lsn=0/BD000060 +``` + +Where 8th column (`LOG`) is the severity and everything after that is the message. + +Possible severities from lowest to highest level and their description; + +| Severity | Usage | +|:-----------------|:-----------------------------------------------------------------------------------------------------| +| DEBUG1 .. DEBUG5 | Provides successively-more-detailed information for use by developers. | +| INFO | Provides information implicitly requested by the user, e.g., output from VACUUM VERBOSE. | +| NOTICE | Provides information that might be helpful to users, e.g., notice of truncation of long identifiers. | +| WARNING | Provides warnings of likely problems, e.g., COMMIT outside a transaction block. | +| ERROR | Reports an error that caused the current command to abort. | +| LOG | Reports information of interest to administrators, e.g., checkpoint activity. | +| FATAL | Reports an error that caused the current session to abort. | +| PANIC | Reports an error that caused all database sessions to abort. | + +By default only `WARNING` and higher level messages appear in the server log. + +### Common messages + +These are common messages, but not an exhaustive list. + +**Note:** This is as stub and will be appended later... + +#### Checkpoints are happening continously on background + +Checkpoints are targetted to happen every five minutes by default; +``` +2026-01-30T15:02:29.095945203+00:00 stderr F 2026-01-30 15:02:29.095 UTC [10] LOG: checkpoint starting: time +2026-01-30T15:05:52.827030448+00:00 stderr F 2026-01-30 15:05:52.826 UTC [10] LOG: checkpoint complete: wrote 2032 buffers (7.9%); 0 WAL file(s) added, 0 removed, 2 recycled; write=203.582 s, sync=0.036 s, total=203.732 s; sync files=35, longest=0.032 s, average=0.002 s; distance=47453 kB, estimate=47453 kB; lsn=0/E9E57A88, redo lsn=0/E9E579F8 +2026-01-30T15:14:16.235819089+00:00 stderr F 2026-01-30 15:14:16.235 UTC [10] LOG: checkpoint starting: force wait +2026-01-30T15:14:16.288806535+00:00 stderr F 2026-01-30 15:14:16.288 UTC [10] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.001 s, sync=0.001 s, total=0.054 s; sync files=0, longest=0.000 s, average=0.000 s; distance=1697 kB, estimate=42878 kB; lsn=0/EA000080, redo lsn=0/EA000028 +``` + +If there is too much write load, then checkpoints will happen more requently and the special `HINT` level message will be shown; +``` +2026-03-06T15:07:27.231899198+00:00 stderr F 2026-03-06 15:07:27.231 UTC [10] HINT: Consider increasing the configuration parameter "max_wal_size". +2026-03-06T15:07:27.231899198+00:00 stderr F 2026-03-06 15:07:27.231 UTC [10] LOG: checkpoint starting: wal +2026-03-06T15:07:27.231899198+00:00 stderr F 2026-03-06 15:07:27.231 UTC [10] LOG: checkpoints are occurring too frequently (18 seconds apart) +``` + +**Note:** In Pukki `max_wal_size` is tied to instance's flavor size + +#### Database shutdown messages + +``` +2026-01-30T14:51:39.364160568+00:00 stderr F 2026-01-30 14:51:39.364 UTC [1] LOG: received fast shutdown request +2026-01-30T14:51:39.389419646+00:00 stderr F 2026-01-30 14:51:39.389 UTC [1] LOG: aborting any active transactions +2026-01-30T14:51:39.396230255+00:00 stderr F 2026-01-30 14:51:39.396 UTC [1] LOG: background worker "logical replication launcher" (PID 48) exited with exit code 1 +2026-01-30T14:51:39.396329973+00:00 stderr F 2026-01-30 14:51:39.396 UTC [43] LOG: shutting down +2026-01-30T14:51:39.401600481+00:00 stderr F 2026-01-30 14:51:39.401 UTC [43] LOG: checkpoint starting: shutdown immediate +2026-01-30T14:51:39.558694742+00:00 stderr F 2026-01-30 14:51:39.558 UTC [43] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.163 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=14745 kB; lsn=0/E7000168, redo lsn=0/E7000168 +2026-01-30T14:51:39.566920324+00:00 stderr F 2026-01-30 14:51:39.566 UTC [1] LOG: database system is shut down +``` + +Database shutdown also generates `FATAL` level message if database connection exists, also `STATEMENT` level message if some query was running during the shutdown; + +``` +2026-02-13T16:06:34.949376041+00:00 stderr F 2026-02-13 16:06:34.942 UTC [27] FATAL: terminating connection due to administrator command +2026-02-13T16:06:34.949376041+00:00 stderr F 2026-02-13 16:06:34.942 UTC [27] STATEMENT: select pg_sleep(60); +``` + +**Note:** Only query running will be logged not the whole transaction. + + +#### Database startup messages + +``` +2026-01-30T14:52:27.773545229+00:00 stdout F +2026-01-30T14:52:27.773545229+00:00 stdout F +2026-01-30T14:52:27.773545229+00:00 stdout F PostgreSQL Database directory appears to contain a database; Skipping initialization +2026-01-30T14:52:29.877456759+00:00 stderr F 2026-01-30 14:52:29.877 UTC [1] LOG: starting PostgreSQL 17.6 (Debian 17.6-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit +2026-01-30T14:52:29.894977349+00:00 stderr F 2026-01-30 14:52:29.894 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2026-01-30T14:52:29.895030471+00:00 stderr F 2026-01-30 14:52:29.894 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2026-01-30T14:52:29.899592209+00:00 stderr F 2026-01-30 14:52:29.899 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2026-01-30T14:52:29.916988753+00:00 stderr F 2026-01-30 14:52:29.916 UTC [12] LOG: database system was shut down at 2026-01-30 14:51:39 UTC +2026-01-30T14:52:30.164721730+00:00 stderr F 2026-01-30 14:52:30.164 UTC [1] LOG: database system is ready to accept connections +``` + +If the database is not ready to accept connections and there is an incoming connection the following will be also logged on the startup; + +``` +2026-02-13T16:06:36.223823413+00:00 stderr F 2026-02-13 16:06:36.222 UTC [13] FATAL: the database system is starting up +``` + +#### Incorrect password + +``` +2026-02-13T15:36:07.576782919+00:00 stderr F 2026-02-13 15:36:07.576 UTC [80166] DETAIL: Connection matched file "/etc/postgresql/pg_hba.conf" line 9: "host all all 0.0.0.0/0 md5" +2026-02-13T15:36:07.576782919+00:00 stderr F 2026-02-13 15:36:07.576 UTC [80166] FATAL: password authentication failed for user "user" +``` + +**Note:** Maybe someone authorized was trying manually to connect to the database or maybe it is some background job failing to connect, which effects was not visible. Consider these also to be possible break-in attempts. + + +#### User does not exists + +``` +2026-02-13T15:49:25.064066471+00:00 stderr F Connection matched file "/etc/postgresql/pg_hba.conf" line 9: "host all all 0.0.0.0/0 md5" +2026-02-13T15:49:25.064066471+00:00 stderr F 2026-02-13 15:49:25.063 UTC [80256] DETAIL: Role "test" does not exist. +2026-02-13T15:49:25.064066471+00:00 stderr F 2026-02-13 15:49:25.063 UTC [80256] FATAL: password authentication failed for user "test" +``` + +**Note:** Maybe someone authorized was trying manually to connect to the database or maybe it is some background job failing to connect, which effects was not visible. Consider these also to be possible break-in attempts. + + +#### Transaction was committed or rollbacked and there was no transaction started in the first place + +``` +2026-02-13T16:00:16.900190321+00:00 stderr F 2026-02-13 16:00:16.900 UTC [35] WARNING: there is no transaction in progress +``` + +#### Typos when running SQLs manually + +``` +2026-01-30T14:58:32.882788932+00:00 stderr F 2026-01-30 14:58:32.882 UTC [64] ERROR: syntax error at or near "test" at character 8 +2026-01-30T14:58:32.882788932+00:00 stderr F 2026-01-30 14:58:32.882 UTC [64] STATEMENT: CREATE test AS SELECT GENERATE_SERIES(1,500000) AS id, MD5(RANDOM()::TEXT) AS random_text; +``` + + +#### Connection was not closed properly from the client side + +``` +2026-02-13T16:32:56.592294678+00:00 stderr F 2026-02-13 16:32:56.591 UTC [60] LOG: could not receive data from client: Connection reset by peer +``` + +**Note:** Usually these are improperly closed connections, but there is a possibility that network connection between application and database has been interrupted during transaction, causing resource intesive rollback, so these cannot be completelly ignored either. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 06f65601df..7f9eb94cc6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -440,10 +440,8 @@ nav: - 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: From db10aa374bc467445ae1b3c838c0d417ebc9d746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 6 Mar 2026 17:37:01 +0200 Subject: [PATCH 6/6] Removed place holder pages for Pukki's performance tuning --- docs/cloud/dbaas/perftune-mariadb.md | 1 - docs/cloud/dbaas/perftune-postgresql.md | 1 - 2 files changed, 2 deletions(-) delete mode 100644 docs/cloud/dbaas/perftune-mariadb.md delete mode 100644 docs/cloud/dbaas/perftune-postgresql.md diff --git a/docs/cloud/dbaas/perftune-mariadb.md b/docs/cloud/dbaas/perftune-mariadb.md deleted file mode 100644 index 782a8cdf30..0000000000 --- a/docs/cloud/dbaas/perftune-mariadb.md +++ /dev/null @@ -1 +0,0 @@ -# Common performance issues with MariaDB; how to identify and resolve them diff --git a/docs/cloud/dbaas/perftune-postgresql.md b/docs/cloud/dbaas/perftune-postgresql.md deleted file mode 100644 index a86a5855b8..0000000000 --- a/docs/cloud/dbaas/perftune-postgresql.md +++ /dev/null @@ -1 +0,0 @@ -# Common performance issues with PostgreSQL; how to identify and resolve them