|
|
|
|
|
by djupblue
818 days ago
|
|
Around 20 years ago when I was trying to decide on what database to use my requirement were that it should store data reliably. I learned that MySQL in contrast to PostgreSQL:
1. wasn't ACID
2. didn't have foreign key constraints
3. could loose/corrupt committed data (no WAL) Despite me not knowing much about databases it seemed like an obvious choice. |
|
Postgres has been great all around.