1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-20 11:14:30 +02:00

Update README.md

added pg_paxos extension
This commit is contained in:
William Notowidagdo 2015-11-26 10:34:36 +07:00
parent 818aa13880
commit 3401b8fda7

View File

@ -42,6 +42,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [PGStrom](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
* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL
* [pg_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes
### Optimization
* [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy