From 67d76581d46f8dc79028be67474f5b996afbc5e1 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 25 Sep 2024 13:08:14 +0200 Subject: [PATCH] add link to aws blog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ec9edd..a441402 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ threads) to execute independent clients. Each client executes a number of harmless SELECT's and then stops doing anything. The clients then hang either forever or until a specified timeout is reached. +This is an implementation of a tool described at [AWS Blog: Performance impact of idle PostgreSQL connections](https://aws.amazon.com/blogs/database/performance-impact-of-idle-postgresql-connections/). + ## Building Run `make` to compile. You'll need Golang. The repo contains a