In article <[email protected]>, John Nagle <[email protected]> wrote: > > Google's BigTable and Facebook's Cassandra offer impressive >performance at very large scale. But they're way overkill for >a desktop app. Even the midrange systems, like CouchDB, are >far too much machinery for a desktop app.
Side note: one reason we chose Cassandra for our "midrange" requirements was that it doesn't have master nodes, and we wanted to avoid single point of failure. Side note 2: do NOT run Cassandra on a virtual machine. That was a bad mistake we made because our performance requirements are fairly modest. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Programming language design is not a rational science. Most reasoning about it is at best rationalization of gut feelings, and at worst plain wrong." --GvR, python-ideas, 2009-03-01 -- http://mail.python.org/mailman/listinfo/python-list
