| 19 | * Big Data -> Medium Data 都需要 |
| 20 | * Cloud Computing - Scale Free |
| 21 | * Disk Seek time remains nearly constant -> Index(B-Tree), Seek (RMDB) 慢!! |
| 22 | * No distributed transactions, no complex locking, no waits or deadlocks |
| 23 | * 不要用 Spreadsheet 的想法看待 HBase, 或許可以用 Tag 的想法去看待它。 |
| 24 | * HBase 跟 BigTable 都是 CP 架構(注重 Consistancy 與 Partition Tolerance,根據 CAP Theorem 因此無法確保 Avaibility,寧可服務中斷也要資料正確!!) |
| 25 | * HDFS-200 (working append) 將在 HBase 0.20.5 加入支援資料持續遞增的功能。 |
| 26 | * ACID ? - [http://en.wikipedia.org/wiki/ACID atomicity, consistency, isolation, durability] |