Newsletter Subscription | Glossary | Contact Us
Home > All Categories > PostgreSQL > Announcements > 101 Reasons Why PostgreSQL is a better fit for Rails than MySQL
Question Title 101 Reasons Why PostgreSQL is a better fit for Rails than MySQL
Authored by: Thomas Darwin
Viewed: 146 times so far
1 - Indexing Support

MySQL cannot utilize more than one index per query. I believe this is worth repeating: MySQL CANNOT UTILIZE MORE THAN ONE INDEX PER QUERY. Wait till your tables get large enough and this will surely hit you. OTOH PostgreSQL can use multiple indices per query which come real handy.

2 - Full Text Indexing Support

MySQL can do full text indexing on MyISAM tables only, those working with InnoDB tables are out if luck. PostgreSQL has very advanced full text indexing capabilities wich enable you to control the tiniest details down to the stemming strategy.

3 - Asynchronous Interface

MySQL drivers are very unfriendly to the Ruby interpreter. Once a command is issued they take over until they come back with results. PostgreSQL sports a completely asynchronous interface where you can send queries to the database and then tend to other matters while the query is being processed by the server. The good news is that an Async ActiveRecord adapter for MySQL is being developed right now, as part of the rapidly growing NeverBlock library.

Read more ...

Author : Muhammed Ali
Source : http://oldmoe.blogspot.com
Click Here to View all the questions in Announcements category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
User Comments User Comments
There are no user comments for this question. Be the first to post a comment. Click Here
Post Comment Add a Comment
Email Address:
Comment/Message
Verify Code

Post Comment How helpful was this article to you?
Related Questions Related Article
  1. PostgreSQL 8.3 RC2 available
  2. PostgreSQL 8.3 Cheat Sheet Overview
  3. 2008 The Year For PostgreSQL
  4. PostgreSQL 8.3.0 released
  5. PostgreSQL releases critical security patches
  6. PostgreSQL Version 8.3 RC1 Now Available
  7. Cross Compare SQL Server 2008 Spatial, PostgreSQL/PostGIS 1.3-1.4, MySQL 5-6
  8. PosgreSQL 8.3.1, 8.2.7 Update Release
  9. PostgreSQL 8.3.3, 8.2.9 update release
  10. IBM Takes Stake in Open Source Database Vendor
  11. New PostgreSQL forums
  12. Happy birthday, Elephant!
  13. Introduction Postgresql
  14. NASA flies high with budget storage
  15. PostgreSQL 8.3.4, 8.2.10 etc. Update Release
Article Information Additional Information
Article Number: 383
Created: 2008-08-26 5:36 PM
Rating No Rating
 
Article Options Article Options
Print Question Print this Question/Article
Email Question Email this Question/Article to Friend
Export to MS Word Export to MS Word
Bookmark Article
del.icio.us Bookmark del.icio.us Bookmark
Digg It Digg It
Furl It Furl It
Subscribe to Article Subscribe to Article
 
Language Translation Language Translation
 
Search Knowledge Base Search Knowledge Base