From cdb00c0211bcc1f45a78982e0761c18b656b9031 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sat, 7 Nov 2015 02:37:50 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c77dc2..47f949b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i ### Extensions * [PGStorm](https://wiki.postgresql.org/wiki/PGStrom) - Postgres extension to offload CPU intensive workloads to GPU +* [pg_shard](https://github.com/citusdata/pg_shard) - PostgreSQL extension to scale out real-time reads and writes ### Optimization * [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy