Here are a few of my thoughts on technologies and approaches for achieving better data processing performance in the current technology landscape.
Posted on: 09/14/2009 by Lawrence Sinclair
Here are a few of my thoughts on technologies and approaches for achieving better data processing performance in the current technology landscape.
Introducing Clouderous: a site for cloud based tools for the modern business. Our first offering is a free Amazon EC2 machine image with a fully configured suite of open source technologies to enable business intelligence. This include social data...
Alex Nguyen | 09/14/2009 at 06:52
HadoopDB is interesting. Have you take a look at MongoDB? (http://www.mongodb.org/). Currently is a FAST document-oriented storage engine.It's nearly as fast as key-value store engine (Tokyo, Redis ...) and faster than CouchDB (with some trade-of: don't support MVCC for example). MongoDB will be very powerful when upcoming features are completed: * Shading (Scale to Cloud like Google BigTable) * MapReduce (JavaScript code like CouchDB) Alex.