Live data from Hacker News

Why Uber Engineering Switched from Postgres to MySQL

ubere.ng

1–2 of 2 posts

Re: Why Uber Engineering Switched from Postgres to MySQL

#2
Long comment thread on a previous posting: https://news.ycombinator.com/item?id=12166585

TLDR: Uber is using MySQL as part of their "Schemalass" key-value store (https://eng.uber.com/schemaless-part-one/), a somewhat unusual use case in which it may be a better choice than PostgreSQL. It's not really an evaluation of MySQL vs. PostgreSQL as relational databases.