0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cassandra keyspaceとclusterについて

Posted at

keyspace
・RDBでいうと、スキーマもしくはDB

ColumnFamily
・テーブルにあたる

KEY & ROW
ColumnFamilyの中に複数のKeyとRowがある
データ取得は基本的にこのKeyを介しておこなう
オブジェクト識別子のようなもの
Rowの中に実データ格納

column & name value
name, value  バイナリ型なので何でも入れれる
timestamp クライアント側のtimestampを設定するので、サーバ側と同期する必要

Super column
複数カラムを1つのnameでまとめたもの

参考: http://blog.takuros.net/entry/20100502/1272811462

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?