欢迎投稿

今日深度:

cassandra counter 类型使用注意事项,cassandracounter

cassandra counter 类型使用注意事项,cassandracounter


1. Define a counter in a dedicated table only and use the counter data type. You cannot index, delete, or re-add a counter column. All non-counter columns in the table must be defined as part of the primary key.

2. To load data into a counter column, or to increase or decrease the value of the counter, use the UPDATE command. Cassandra rejects USING TIMESTAMP or USING TTL in the command to update a counter column.


www.htsjk.Com true http://www.htsjk.com/cassandra/26034.html NewsArticle cassandra counter 类型使用注意事项,cassandracounter 1. Define a counter in a dedicated table only and use the counter data type. You cannot index, delete, or re-add a counter column. All non-counter columns in the table must be d...
相关文章
    暂无相关文章
评论暂时关闭