Cassandra is an open source distributed database management system. It was initially developed by Facebook for storing very large amounts of data. Jeff Hammerbacher, who leads the Facebook Data team, has described Cassandra as a BigTable data model running on a Amazon Dynamo-like infrastructure. Cassandra provides a structured key-value store with eventual consistency. Keys map to multiple values, which are grouped into column families.
| Property | Value |
| dbpprop:abstract
|
- Cassandra is an open source distributed database management system. It was initially developed by Facebook for storing very large amounts of data. Jeff Hammerbacher, who leads the Facebook Data team, has described Cassandra as a BigTable data model running on a Amazon Dynamo-like infrastructure. Cassandra provides a structured key-value store with eventual consistency. Keys map to multiple values, which are grouped into column families. The column families are fixed when a Cassandra database is created, but columns can be added to a family at any time. Furthermore, columns are added only to specified keys, so different keys can have different numbers of columns in any given family. The values from a column family for each key are stored together, making Cassandra a hybrid between a column-oriented DBMS and a row-oriented store. Facebook released Cassandra as open source in July 2008. It is now an Apache Incubator project. On Sep 9th, 2009 it was announced that Digg, the largest social news website is rolling out its use of Cassandra.
- Cassandraはオープンソースの分散データベース管理システムである。元はFacebook社において大規模データの格納のために開発されたものである。Facebookのデータチームを率いるJeff HammerbacherはCassandraをDynamoのようなインフラストチャ上で動作するBigTableデータモデルであると表現している。 Cassandraはイベンチュアル・コンシステンシーにより構造化されたキー・バリュー型データストアを提供する。キーは複数の値にマッピングされ、これらはcolumn familyとしてグルーピングされる。column familyはCassandraデータベースが作成される際は固定されているが、後にfamilyに対し列を追加することは可能である。さらに、列は特定のキーにのみ追加されるので、どのfamilyにおいても異なるキーは任意の列数を持つことができる。 各キーに対応するcolumn familyの値は連続して記録され、このことによりCassandraは列指向データベースマネジメントシステムと行指向データベースシステムの複合型であると言える。 Facebook社は2008年7月にCassandraをオープンソースソフトウェアとして公開した。 現在はApache Incubatorプロジェクトである。
|
| dbpprop:reference
| |
| rdfs:comment
|
- Cassandra is an open source distributed database management system. It was initially developed by Facebook for storing very large amounts of data. Jeff Hammerbacher, who leads the Facebook Data team, has described Cassandra as a BigTable data model running on a Amazon Dynamo-like infrastructure. Cassandra provides a structured key-value store with eventual consistency. Keys map to multiple values, which are grouped into column families.
|
| rdfs:label
|
- Cassandra (database)
- Cassandra (database)
|
| skos:subject
| |
| foaf:page
| |
| is dbpprop:disambiguates
of | |