From 63658f0a895fa4aaa9979844b224f8f910e09673 Mon Sep 17 00:00:00 2001 From: thomas-szczurek <121474664+thomas-szczurek@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:55:14 +0200 Subject: [PATCH 1/2] Update references.md Ajout de pg_auto_reindexer --- references.md | 1 + 1 file changed, 1 insertion(+) diff --git a/references.md b/references.md index fe3a1cd..664c462 100644 --- a/references.md +++ b/references.md @@ -49,6 +49,7 @@ Ce document recense les ressources collectées dans le cadre du groupe de travai * [EDB Postgres Enterprise Manager](https://www.enterprisedb.com/docs/pem/latest/) * [pg_index_watch](https://github.com/dataegret/pg_index_watch), reconstrution automatisé des index +* [pg_auto_reindexer](https://github.com/vitabaks/pg_auto_reindexer?tab=readme-ov-file) Alternative à pg_index_watch pour le réindexage automatisé * [ldap2pg](https://labs.dalibo.com/ldap2pg), outil de synchronisation LDAP ### Bac à sable From a8097c8be308b815b07adc9c3e8b1275628ba57f Mon Sep 17 00:00:00 2001 From: thomas-szczurek <121474664+thomas-szczurek@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:12:38 +0200 Subject: [PATCH 2/2] Ajout pg_compacttable et pg_squeeze --- references.md | 1 + 1 file changed, 1 insertion(+) diff --git a/references.md b/references.md index 3e0004c..f885b04 100644 --- a/references.md +++ b/references.md @@ -36,6 +36,7 @@ Ces projets étendent les possibilités utilisables dans l'environnement de Post * [postgresql_anonymizer](https://labs.dalibo.com/postgresql_anonymizer), gestion de l'anonymisation * [pg_partman](https://github.com/pgpartman/pg_partman), facilite la gestion du partionnement (temps ou numérique) * [pg_incremental](https://github.com/CrunchyData/pg_incremental), outil de traitement par lot incrémental +* [pg_squeeze](https://github.com/cybertec-postgresql/pg_squeeze) et [pgcompacttable](https://github.com/dataegret/pgcompacttable), supprimer le bloat des tables et réorganisation des données sur me disque ### Types et Indexation