키 스페이스(데이터베이스) 생성
create keyspace MyKeysapce;
키 스페이스 변경
use MyKeyspace;
컬럼패밀리(테이블) 생성
create column family User with comparator=UTF8Type and default_validation_class=UTF8Type and key_validation_class=UTF8Type;
키스페이스 내용 확인
describe MyKeyspace;
반응형
'Cassandra' 카테고리의 다른 글
Cassandra - ConsistencyLevel 정리 (0) | 2013.04.04 |
---|---|
Cassandra - thrift 인터페이스 jar 만들기 (0) | 2013.03.29 |
Cassandra - thrift 인터페이스 생성 (0) | 2013.03.28 |
Cassandra - 데이터 읽기, 쓰기(cassandra-cli) (0) | 2013.03.27 |
Cassandra - 설치 (0) | 2013.03.26 |