|
|
|
|
|
by rmaccloy
5927 days ago
|
|
PostgreSQL has gained many nice features (windowing queries, parallel restore, moving towards more standardized master/slave replication, etc), but none of them have substantially affected its suitability as a high-throughput/large-data/(relaxed-consistency)/low-latency datastore. (On the other hand, it has become significantly nicer for BI/OLAP workloads.) Same for MySQL, modulo (possibly) the Drizzle project. Oracle has a lot of different irons in the fire, but "cheap scaling" isn't one of them. (If you've got the money to burn... TimesTen?) That's not a knock on any of the above, it's just a different use case. |
|