5 ms·
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 thi
by crc 17y ago
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?
- moe 17y agoMongoDB shows promise.
- silentbicycle 17y agoHave you tried using materialized views (http://en.wikipedia.org/wiki/Materialized_view http://en.wikipedia.org/wiki/Materialized_view)?