|
|
|
|
|
by dc2447
4302 days ago
|
|
I'm not sure there is actually something in the open source space that is ACID compliant and offers all those features. Sharding is a problem in Postgres and I am sure they will fix the disconnect between how the data is inserted and how it's read pretty soon. Automatic failover and datacentre awareness are not typical features in Open Source RDBMS, although you some NOSQL solutions may do this for you. I'm willing to overlook many weaknesses in PG as we get blistering performance and amazing stability combined with features like hot schema upgrades. |
|