|
|
|
|
|
by glogla
3547 days ago
|
|
Uber moved from MySQL (used as traditional relational DB) to Postgres (used as traditional relational DB) around 2013. They then refused to ugprade postgres from 9.2 to newer version (and most of the stuff they complain about is not a problem in newer version) and moved to MySQL, used as append-only k/v store (they call Schemaless) now. |
|