I&#39;m definitely a database noob so I&#39;m looking for correction -- but isn&#39;t the main advantage of CouchDB / Tokyo Cabinet etc. that it&#39;s much simpler to spread them horizontally across multiple machines in a similar fashion to memcache? From what I understand, the main problem with MySQL / other traditional databases is that the complexity of your architecture increases dramatically as you go scale beyond one server as you have to deal with all sorts of problems with data replication whereas with CouchDB, it&#39;s much more straightforward to spread the data around. Is that correct?<br>
<br>Kyle<br><br clear="all">Research Assistant<br>Entrepreneurship and Technology Center @ BYU<br><a href="http://kyle.mathews2000.com/blog">kyle.mathews2000.com/blog</a><br>
<br><br><div class="gmail_quote">On Tue, May 5, 2009 at 4:29 PM, Mikkel Høgh <span dir="ltr">&lt;<a href="mailto:m@ooh.dk">m@ooh.dk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, May 6, 2009 at 12:02 AM, Chris Johnson &lt;<a href="mailto:cxjohnson@gmail.com">cxjohnson@gmail.com</a>&gt; wrote:<br>
&gt; CouchDB is a RESTful web service package, which has a storage engine<br>
&gt; that uses MVCC (Postgres, Oracle, InnoDB), and b-tree indexes (used by<br>
&gt; most RDBMSs), with sequence ids (supported by most RDBMSs).  So,<br>
&gt; really comparing CouchDB to MySQL or Postgres is to compare apples and<br>
&gt; baked tarts made with apples.<br>
<br>
</div>I&#39;d say that&#39;s an awesome analogy. If you&#39;re not looking for baked<br>
goods, but perhaps apple sauce, raw apples might be preferable…<br>
<br>
On the other hand, if you intent to consume it with whipped cream<br>
anyhow, why not just grab the finished tart while you&#39;re at it…<br>
<div class="im"><br>
&gt; And Tokyo Cabinets -- hmmm.  Serialized data versus structured data<br>
&gt; and database wide unique keys.  DBM primitives?  Again, it remains to<br>
&gt; be seen whether it&#39;s faster than an SQL engine when combined with<br>
&gt; something like Tokyo Tyrant to provide the needed concurrency<br>
&gt; capabilities.<br>
<br>
</div>Yeah, unless someone is going to actually try to come up with some<br>
real numbers for what it would mean for our use case, this is debate<br>
probably going to be a precious waste of bytes ;)<br>
</blockquote></div><br>