O’Reilly have just published one of my tips on how to improve the performacne when accessing and using views in CouchDB 1.1:
http://blog.safaribooksonline.com/2012/03/14/improving-couchdb-performance/#comments
O’Reilly have just published one of my tips on how to improve the performacne when accessing and using views in CouchDB 1.1:
http://blog.safaribooksonline.com/2012/03/14/improving-couchdb-performance/#comments
The follow-up blog post on moving your MySQL applications to CouchDB has been posted on the CouchOne blog. Part 2 digs into a bit more detail on the specifics of views, and how to perform some of the more common operations used in MySQL, such as paging and aggregation in your CouchDB view.
You can read Part 2 here
I’ve started a little series on how to migrate your MySQL applications and databases over to CouchDB. Most of the process is about how you think about your data, not about the database itself, the application, or the interface to the database storage. There are some use cases for data storage that lend themselves to the CouchDB document model that provides some advantages over the table-based structure in MySQL.
The first part of the series is Moving from MySQL to CouchDB: Part 1.