Changes between Version 2 and Version 3 of BigTable


Ignore:
Timestamp:
Apr 24, 2008, 5:53:03 PM (16 years ago)
Author:
chwhs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BigTable

    v2 v3  
    33
    44 * The Bigtable data model is fairly straightforward, each data item is stored in a cell which can be accessed using its {row key, column key, timestamp}.
    5    * continue...(coming soon)
     5   *  注意: 由於無法實際操作過Bigtable,導致沒能確切知道Bigtable是否可以column key做搜尋(如:where ...), 不過Hypertable 與 Hbase經測試都僅能以row key做搜尋, 因此一開始應該是誤會Bigtable文章的意思, Bigtable和 Hypertable, Hbase 一樣, 可能都只能以row key 做查詢。
     6
     7 * continue...(coming soon)