From c8439cbf08e4c658531acdcd571f32dbf3dc3e7c Mon Sep 17 00:00:00 2001 From: Kc Balusu <22275437+Krishnachaitanyakc@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:51:26 -0400 Subject: [PATCH] Add temporal-postgres-visibility to Tools Community tooling that reduces PostgreSQL Visibility index bloat via a partial-index migration for unused Search Attribute indexes, with a REINDEX/autovacuum runbook and a reproducible benchmark. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a851cd1..ef5a6db 100644 --- a/readme.md +++ b/readme.md @@ -115,6 +115,7 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It - [`rross/temporal-cloud-run`](https://github.com/rross/temporal-cloud-run) - Pulumi scripts for creating and configuring a Google Cloud Project and using Cloud Build to deploy a Temporal worker and the Open Telemetry Connector in Cloud Run - [`northpowered/temporal-rest-executor`](https://github.com/northpowered/temporal-rest-executor) - Simple REST server (with Swagger UI) to execute any activity/workflow in Temporal namespace. Useful for development and I&T. - [`tempo`](https://miketoscano.com/tempo/) - Tempo is an app available for iOS, Android, and Linux for monitoring, searching, debugging, and managing Temporal Workflows, schedules, and batch operations. +- [`Krishnachaitanyakc/temporal-postgres-visibility`](https://github.com/Krishnachaitanyakc/temporal-postgres-visibility) - Reduces PostgreSQL Visibility index bloat by converting unused Search Attribute indexes on `executions_visibility` to partial indexes, with a REINDEX and autovacuum runbook. ### Terraform Providers