From 13cb253d30da550322b9774177eff77147e5950f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 27 Apr 2026 00:09:20 -0700 Subject: [PATCH] Added link to PgDog [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc951e..58db7db 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ For a smaller working set: Scale vertically by increasing memory, CPU, and storage on a single instance. Use existing tools to [tune parameters](#tuning) and [monitor performance](#monitoring). -Scale horizontally with [replicas](https://www.postgresql.org/docs/current/hot-standby.html), or use [Citus](https://github.com/citusdata/citus) or another approach for sharding ([example](https://github.com/pgvector/pgvector-python/blob/master/examples/citus/example.py)). +Scale horizontally with [replicas](https://www.postgresql.org/docs/current/hot-standby.html), or use [Citus](https://github.com/citusdata/citus), [PgDog](https://github.com/pgdogdev/pgdog), or another approach for sharding ([example](https://github.com/pgvector/pgvector-python/blob/master/examples/citus/example.py)). ## Monitoring