close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 25, 2010, 10:18:55 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v9
|
v10
|
|
| 35 | 35 | * [http://www.roadtofailure.com/2009/10/29/hbase-vs-cassandra-nosql-battle/ HBase vs. Cassandra: NoSQL Battle!] |
| 36 | 36 | |
| | 37 | * 2010-07-04 : [http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid MongoDB, CouchDB, MySQL Compare Grid] |
| | 38 | |
| 37 | 39 | == Open Source Projects == |
| 38 | 40 | |
| … |
… |
|
| 45 | 47 | * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems |
| 46 | 48 | * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 |
| 47 | | * [http://wiki.apache.org/couchdb/ CouchDB] - |
| 48 | | * [http://packages.ubuntu.com/couchdb Ubuntu couchdb 套件] |
| 49 | | * [http://packages.debian.org/couchdb Debian couchdb 套件] |
| 50 | | * [http://wiki.apache.org/couchdb/EntityRelationship Modeling Entity Relationships in CouchDB] |
| 51 | | * [http://code.google.com/p/couchdb-fuse/ couchdb-fuse] - CouchDB FUSE File System |
| 52 | | * [影片] [http://video.yahoo.com/watch/2278623/7162319 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 1] |
| 53 | | * [影片] [http://video.yahoo.com/watch/2278711/7162483 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 2] |
| | 49 | |
| 54 | 50 | * [影片] [http://video.yahoo.com/watch/2241669/7074711 MapReduce vs MySQL (speaker Stu Hood) - Part 1] |
| 55 | 51 | * [影片] [http://video.yahoo.com/watch/2241684/7074739 MapReduce vs MySQL (speaker Stu Hood) - Part 2] |
| … |
… |
|
| 81 | 77 | * ACID ? - [http://en.wikipedia.org/wiki/ACID atomicity, consistency, isolation, durability] |
| 82 | 78 | * 新功能: |
| 83 | | * 跨資料中心備份 - 透過 Log Ship |
| | 79 | * 跨資料中心備份 - 透過 Log Ship [https://issues.apache.org/jira/browse/HBASE-1295 HBASE-1295 : Multi data center replication] |
| 84 | 80 | * 安全性強化 - 支援 authentication, authorization,Yahoo! 寫了很多新的安全性支援,包括 Kerberos 認證、Data isolation at the HDFS layer、Secure RPC。因此必須新增角色來作存取控管(Access Control Role) |
| 85 | 81 | * Coprocessor - 靈感來自於 !BigTable 的新功能 Coprocessor,加入 !RegionObservor (需要再花點時間看清楚用途!!) |
| … |
… |
|
| 105 | 101 | * 2010-03-02: [https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ 4 Months with Cassandra, a love story] - 用 Cassandra 的經驗分享 ([wiki:jazz/10-03-04 2010-03-04]) |
| 106 | 102 | |
| | 103 | * [http://wiki.apache.org/cassandra/DebianPackaging Cassandra Debian 套件] |
| | 104 | |
| | 105 | == NoSQL : MongoDB == |
| | 106 | |
| | 107 | * 2010-02-28 : [http://blog.boxedice.com/2010/02/28/notes-from-a-production-mongodb-deployment/ Notes from a production MongoDB deployment] - 大型 MongoDB 不數的建議 |
| | 108 | * 2009-07-25 : [http://blog.boxedice.com/2009/07/25/choosing-a-non-relational-database-why-we-migrated-from-mysql-to-mongodb Choosing a non-relational database; why we migrated from MySQL to MongoDB] |
| | 109 | |
| | 110 | == NoSQL : CouchDB == |
| | 111 | |
| | 112 | * [http://wiki.apache.org/couchdb/ CouchDB] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 113 | * [http://packages.ubuntu.com/couchdb Ubuntu couchdb 套件] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 114 | * [http://packages.debian.org/couchdb Debian couchdb 套件] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 115 | * [http://wiki.apache.org/couchdb/EntityRelationship Modeling Entity Relationships in CouchDB] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 116 | * [http://code.google.com/p/couchdb-fuse/ couchdb-fuse] - CouchDB FUSE File System ([wiki:jazz/09-09-23 2009-09-23]) |
| | 117 | * [影片] [http://video.yahoo.com/watch/2278623/7162319 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 1] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 118 | * [影片] [http://video.yahoo.com/watch/2278711/7162483 Next Generation Data Storage with CouchDB (speaker: Jan Lehnardt) - Part 2] ([wiki:jazz/09-09-23 2009-09-23]) |
| | 119 | |
| 107 | 120 | == NoSQL : Voldemort == |
| 108 | 121 | |