1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-03-03 15:42:11 +02:00

Merge pull request #18 from williamn/pg_paxos

Update README.md
This commit is contained in:
Asad Dhamani 2015-11-26 11:57:16 +05:30
commit 28d6bcf235

View File

@ -43,6 +43,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