Loving Coding & Visual Design

Nosql比较

http://nosql-database.org/
http://www.slideshare.net/thobe/choosing-the-right-nosql-database

//////////////////graph database

Neo4j

//////////////////Document database

MongoDB
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
http://docs.mongodb.org/ecosystem/drivers/php/

CouchDB
http://guide.couchdb.org/
http://kore-nordmann.de/blog/phpillow_php_couchdb_wrapper.html

//////////////////ColumnFamily database
cassandra
https://cassandra.apache.org/

BigTable-Google

Hbase

///////////////////////////////

When to use Document database
what data is collections of simillar entities
but semi structured rather than tabular
when fields in entries have multiple values

When to use ColumnFamily database
when scalability is the main issue
both scaling size and scaling load
in particulat scaling write load
Linear scalability both in read and write
low level to duplicate data

When to use graph database
deep traversals
for complex and domains
when how entities relate is an important aspect of the domain



下一页


最 近 文 章

  1. 暂住证续期 - Wed, 16 Aug 2006 12:51:27 +0000
  2. 关于XML的content-type问题 - Tue, 15 Aug 2006 08:24:46 +0000
  3. 窄多日记终于开馆,这里是我的自由天空 - Mon, 14 Aug 2006 16:44:26 +0000
  4. Semantic UI试用 - Mon, 30 Nov -0001 00:00:00 +0000
  5. PHP链接MongoDB - Mon, 30 Nov -0001 00:00:00 +0000
  6. grunt Warning: PhantomJS not found. - Mon, 30 Nov -0001 00:00:00 +0000
  7. Mysql_connect will die - Mon, 30 Nov -0001 00:00:00 +0000
  8. Laravel入门 - Mon, 30 Nov -0001 00:00:00 +0000
  9. Ruby常见问题 - Mon, 30 Nov -0001 00:00:00 +0000
  10. System备份 - Mon, 30 Nov -0001 00:00:00 +0000