[phpBB Debug] PHP Notice: in file /home/content/44/5436444/html/inc_latest_forum_posts.php on line 86: Invalid argument supplied for foreach()
Post a reply • commoninterview.com
 

CouchDB and NoSQL

Post a reply


Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Thread review
   

If you wish to attach one or more files enter the details below.

Expand view Thread review: CouchDB and NoSQL

Re: CouchDB and NoSQL

Post by Anonymous » Mon Jul 05, 2010 8:45 pm

Here is another one - persistent memcache:
People like memcached because it represents a practically boundless place to easily cache data, at very low cost and with predictably stellar performance. No schemas, no tables, no sharding, no normalizing, no tuning. You want to put something in memcached, you put it in there. Why put it in two places!?


Membase
gigaom com/2010/06/23/open-sourced-membase-joins-nosql-party

CouchDB and NoSQL

Post by tmsdev » Fri Dec 11, 2009 12:20 am

Pretty cool and worth checking out:
For those who are unfamiliar, CouchDB is a free open source indexable document database server which uses Javascript as a query language. CouchDB is designed for the reporting and storage of large amounts of semi-structured, document oriented data, unlike SQL databases which store and report on very structured and correlated data.

CouchDB is part of the rapidly growing NoSQL movement, which is schema-free and focuses on adding horizontal scalability to databases. Major companies already use NoSQL database systems including Amazon’s Dynamo, Facebook’s Cassandra, and Google’s BigTable. Other NoSQL-related projects include Project Voldemort, Hypertable, VPork, MongoDB, Apache’s Hadoop and more.


The concept of cloud definitely requires new, horizontally scalable type of storage - I recall even the MS folks who promoted Azure admitted that it doesn't work very well with MySQL, and really is meant to use their block storage system, which of course requires a totally different architecture and mindset, not to mention throwing away all the SQL-based legacy apps...

Up

cron