On Tue, Aug 30, 2011 at 4:43 PM, Mariano Martinez Peck <[email protected]> wrote: > > Interesting. Now I understand. So I guess the same happens with all the rest > of NoSQL databases? I am right no assume that if I want to be able to do > queries without bringing the whole graph into memory, I need to store the > data in JSON ?
Not necessarily, CouchDB and MongoDB are based on the json, but some are more close to pure key value stores, where value is usually just some blob and db does not care much about. In combination with such databases Fuel is a great fit. I _think_ TokyTyran is such db, and memcached. Davorin
