I am working on a project that will use CouchDB for flexible document storage. My system requirements are a neat fit for CouchDB storage.
BUT
My question really comes down to the following: Should I use the cache using ActiveRecord and MySQL ... there are many handy plugins that are easily accessible for use with ActiveRecord (for example, authentication and access control). It’s just interesting if it’s worth taking advantage of existing plugins for additional management overhead and possible integration problems (working through disparate data warehouses).
source
share