1
vote
5answers
918 views

Storing Surveys in CouchDB vs. MySQL

I am looking into the best ways for storing surveys to a database with Rails. I have checked out this great Smerf Survey Plugin for Rails which stores surveys into a Relational Database with the ...