
NoSQL
Get flash to fully experience Pearltrees
www.BenStopford.com » Blog Archive » Shared Nothing v.s. Shared Disk Architectures: An Independent View
Brian Ritchie has two posts ( ☞ here and ☞ here ) covering three document databases: CouchDB, MongoDB, and RavenDB concluding with the matrix below: But before using this as a reference material there are a couple of corrections needed: They have some special characteristics that make them kick some serious SQL.
Document Databases Compared: CouchDB, MongoDB, RavenDB
Consider the following two scenarios: Scenario no. 1 – traditional database design method The DBA will use the following SQL statements in order to create two additional columns: In our example, we will update the data that already exists in the table with the following update sql statements: This will make our table look like this:

