Hi folks, I''m developing Ruby and Rails application for a while, but was mostly tight to MySQL or SQlite3. There is a lot of buzz about schema free DBs and I hear a lot of names like Redis, MongoDB, CouchDB etc. So my question is what is (really) the difference between those and when do you choose one over the over. Especially when dealing with the enterprise ecosystem. I know that this is one of the "tell-me-your-OPINION" topic, but I want to expand my horizon and don''t have the experience and background right now with those (NoSQL) databases. Thank for any comments from experts. Cheers, Chris -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Christoph Jasinski wrote:> I''m developing Ruby and Rails application for a while, but was mostly > tight > to MySQL or SQlite3. There is a lot of buzz about schema free DBs and I > hear > a lot of names like Redis, MongoDB, CouchDB etc.I really don''t think this is the appropriate forum to discuss this. It is not directly related to Ruby on Rails. I doubt that most people here really want to do your research for you. All those options you have listed have their own web sites with their own documentation that explains their strengths and trade-offs. Go read about them and decide which is best for what you want to do. http://code.google.com/p/redis/ http://www.mongodb.org/ http://couchdb.apache.org/ -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks Robert. So I''ll do the research on my own, now. Chris -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.