Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The biggest advantage of CouchDB - compared with its competition - seems to be the ability to create views to query the schema less dataset. If I have to do this in mysql, then I will have to create and maintain seperate columns with indices; making sure that updates to the data gets propagated to these columns etc. Do any of the CouchDB alternatives provide a cleaner solution?


MongoDB shows promise.


Have you tried using materialized views (http://en.wikipedia.org/wiki/Materialized_view)?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: