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
I’ve just published my first book for a few years. The book is Getting Started with CouchDB with O’Reilly.
The book is a quick guide to everything you need to know to start working with and building applications with CouchDB.
Some highlights of the contents:
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.