开发者

Facebooks Big Table Implementation

I found out that facebook use whats called a 开发者_如何学运维big table. Is there a way that I can use this "Big table" database in an application that I am using?


Yes you can. The project is called Cassandra. Facebook just opensourced it. You can download it from here. But be very afraid, because the project is still under highly active development.

If you are going to use it from other language like C#, you also need thrift to talk to cassandra.


All the existing NO SqL databases are following the principle of Big Table, invented by Google.

Not only Facebook, Amazon, IBM, mongo, and some other vendors all provides big table based database systems.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜