cassandra 2.0에서 데이터 저장시 ttl(time to live)를 쉽게 지정할 수 있다.
단위는 초(second)이다. expire time를 사용할 시 유용하다.
10초 뒤에 데이터는 사라진다.
insert cpu_util_pct (time, ts, pct) values (now(), now(), 50.5) USING TTL 10;
'nosql' 카테고리의 다른 글
cassandra - localhost에서 clustering구성시 사용하는 스크립트 (0) | 2013.11.13 |
---|---|
cassandra - select cql 문서 (0) | 2013.11.13 |
cassandra 2.0 - time 정보를 range 검색 (0) | 2013.11.11 |
cassandra 시간정보 저장 (0) | 2013.11.11 |
cassandra 2.0 - copy (0) | 2013.11.08 |