|
|
|
|
|
by athiercelin
4824 days ago
|
|
Postgresql. I have been working with postgresql for more than 8 years now.
I created FPPostgreSQL a cocoa framework for Postgresql (the only one?). (developer.flyingpigcorp.com) What makes postgresql better?
- Better SQL features
- PL/SQL
- Stored procedures
- Performances
- Configurations options. As for web apps, mysql has "better" integration with many scripting languages, but when it is time to select a DB you'll get pass the few integrations issues you might have and focus on perf and features.
Since acquisition by Oracle, MySQL is getting better and better, but still my heart is with PG.
PG will deliver the performances you need. Note: I just came back from while42 event in SF @ socialcam, and they use mostly postgresql for the db work. |
|