开发者

Is the column-family based data model of Cassandra the same as the column-family based data modle of Google's BigTable?

开发者 https://www.devze.com 2023-03-19 10:46 出处:网络
Well if I understand correctly, Google\'s proprietary BigTable is built on Google\'s proprietary GFS.

Well if I understand correctly, Google's proprietary BigTable is built on Google's proprietary GFS.

So at the homepage of http://cassandra.apache.org/ they are act开发者_开发知识库ually claiming to have BigTable's column-family based data model?

I mean i really do not see how it is possible.

Is the column-family based data model of Cassandra the same as the column-family based data model of Google's BigTable?


Google has published research papers about some of its core technologies, for instance Big Table and MapReduce. Cassandra is saying they use the concept from the Big Table paper and not Google's implementation.


Cassandra's data model is related to Bigtable's but not identical. "Inspired by" would be more accurate.

For instance, Cassandra supports indexing column values which Bigtable does not.

See http://www.datastax.com/docs/0.8/data_model/index for more on Cassandra's data model.

0

精彩评论

暂无评论...
验证码 换一张
取 消