From 9ddf56a0bf66585b7b0ffba6c7be2d6673651206 Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Wed, 10 Jul 2019 11:27:09 +0300 Subject: [PATCH] Added link to SQL queries for analyze Matrix Synapse database --- Synapse-database-maintenance-tools.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Synapse-database-maintenance-tools.md b/Synapse-database-maintenance-tools.md index 35eda44..0a6be50 100644 --- a/Synapse-database-maintenance-tools.md +++ b/Synapse-database-maintenance-tools.md @@ -18,4 +18,7 @@ Cleans a synapse Postgres database of deleted messages and abandoned rooms. ## [synapse-delurlcache](https://github.com/zzottel/synapse-delurlcache) Delete images and thumbnails created by URL previews in Synapse -NOTE: This is not required anymore as of Synapse 0.24, it now deletes those images by itself. \ No newline at end of file +NOTE: This is not required anymore as of Synapse 0.24, it now deletes those images by itself. + +## [SQL queries for analyze Matrix Synapse database](https://github.com/matrix-org/synapse/wiki/SQL-queries-for-analyze-Matrix-Synapse-PosrgreSQL-database-stats) +Some easy SQL queries that reports useful stat about Matrix Synapse database. \ No newline at end of file