Changes between Version 6 and Version 7 of jazz/10-04-24


Ignore:
Timestamp:
Apr 24, 2010, 11:59:05 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-04-24

    v6 v7  
    2222   * No distributed transactions, no complex locking, no waits or deadlocks
    2323   * 不要用 Spreadsheet 的想法看待 HBase, 或許可以用 Tag 的想法去看待它。
    24    * HBase 跟 BigTable 都是 CP 架構(注重 Consistancy 與 Partition Tolerance,根據 CAP Theorem 因此無法確保 Avaibility,寧可服務中斷也要資料正確!!)
     24   * HBase 跟 !BigTable 都是 CP 架構(注重 Consistancy 與 Partition Tolerance,根據 CAP Theorem 因此無法確保 Avaibility,寧可服務中斷也要資料正確!!)
    2525   * HDFS-200 (working append) 將在 HBase 0.20.5 加入支援資料持續遞增的功能。
    2626   * ACID ? - [http://en.wikipedia.org/wiki/ACID atomicity, consistency, isolation, durability]
     
    2828     * 跨資料中心備份 - 透過 Log Ship
    2929     * 安全性強化 - 支援 authentication, authorization,Yahoo! 寫了很多新的安全性支援,包括 Kerberos 認證、Data isolation at the HDFS layer、Secure RPC。因此必須新增角色來作存取控管(Access Control Role)
    30      * Coprocessor - 靈感來自於 !BigTable 的新功能 Coprocessor,加入 RegionObservor
     30     * Coprocessor - 靈感來自於 !BigTable 的新功能 Coprocessor,加入 RegionObservor (需要再花點時間看清楚用途!!)
    3131 * 01:30–02:20 Less is more - gugod
    3232 * The introduction of Cloud Operating Platform Technology - 吳政學(trend)