On Saturday 18 April 2009, Michael Schuerig wrote: > On Friday 17 April 2009, Bill Sim wrote: > > This sounds ridiculous to me, but if I'm missing something, I would > > love to hear some opinions. Is there an issue with support for > > Ruby+Postgres? > > I much prefer PostgreSQL over MySQL.
Some other points you might want to check if you compare these two: - Behavior under concurrent accesses: Transactional isolation, locking. - Transactional changes to the DB structure. - Performance with many joins. - Changing the structure of (large) existing tables. In my experience, PostgreSQL is better in all of these. Michael -- Michael Schuerig mailto:[email protected] http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

