Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 11 submissions in the queue.

Submission Preview

Link to Story

Why Uber switched from Postgres to MySQL

Accepted submission by at 2016-07-27 03:54:54
Software

https://eng.uber.com/mysql-migration/ [uber.com]

We encountered many Postgres limitations:

        Inefficient architecture for writes
        Inefficient data replication
        Issues with table corruption
        Poor replica MVCC support
        Difficulty upgrading to newer releases


Original Submission