From 951f66a1b8eb000544ea9001c6b9654c9899eccd Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 21 Mar 2019 09:33:38 +0100 Subject: [PATCH] ajout de https://pgdash.io/blog/scaling-postgres.html --- HowtoPostgreSQL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoPostgreSQL.md b/HowtoPostgreSQL.md index 6e66e651..dd51177b 100644 --- a/HowtoPostgreSQL.md +++ b/HowtoPostgreSQL.md @@ -283,6 +283,7 @@ La configuration par défaut est faite pour s'adapter à toutes sortes de machin * **random_page_cost** : coût d'accès aux disques : à mettre à **1.1** si vous avez un disque SSD ou **1.5** pour des disques durs SAS. +* Article intéressant : ## Administration