Comparing MySQL CLuster with CauchBase

If you google, you should be able to find some performance comparisons. While MySql may be slower for retrieving a single record by primary key than Couchbase by key name, the flexibility that MySql query affords is quite appealing. That said, I’m particularly enamored with Couchbase’s views, which are based on an incremental map-reduce implementation. Replicating that behavior would require significant effort, no matter what.