top | item 9418176

(no title)

codahale | 11 years ago

Postgres: https://aphyr.com/posts/282-call-me-maybe-postgres

discuss

order

tracker1|11 years ago

Postgres can survive a network partition? I wasn't aware that master-master or sharding+replication was in the box yet?

lobster_johnson|11 years ago

Did you read the article? It's not about PostgreSQL in a distributed setup:

> Even though the Postgres server is always consistent, the distributed system composed of the server and client together may not be consistent. It’s possible for the client and server to disagree about whether or not a transaction took place.