Skip to content
Open
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
2 changes: 2 additions & 0 deletions references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -77,6 +78,7 @@ Ces projets étendent les possibilités utilisables dans l'environnement de Post

* [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
Expand Down