Live data from Hacker News

Why Uber Engineering Switched from Postgres to MySQL (2016)

eng.uber.com

1–10 of 133 posts

Re: Why Uber Engineering Switched from Postgres to MySQL (2016)

#7

because its simpler? i found postgres to be overly complicated compared to MySQL/Maria

Define: "complicated"

Just creating a new user is annoying enough.

Permissions are also much more complex.

What the hell are schemas?

Re: Why Uber Engineering Switched from Postgres to MySQL (2016)

#8

because its simpler? i found postgres to be overly complicated compared to MySQL/Maria

Define: "complicated"

PostgreSQL: "your date 2020-02-31 isn't a date, fix that"

MySQL: "2020-02-31? Whatever man, I'll just enter something..."

Re: Why Uber Engineering Switched from Postgres to MySQL (2016)

#9
post #8

Earlier quoted context omitted.

Define: "complicated"

PostgreSQL: "your date 2020-02-31 isn't a date, fix that" MySQL: "2020-02-31? Whatever man, I'll just enter something..."

Considering the US uses a weird date format, I definitely prefer the former in combination with input sanitation forcing you to thing about your actions before assuming the database will fix it for you.
Post reply on HN