DS220.12 Counters | Data Modeling with Apache Cassandra

preview_player
Показать описание
#DataStaxAcademy #DS220
DS220.12 Counters
In this unit, we will be moving on to the counters data type. A counter is a data type where you can store a 64-bit signed integer that can be incremented or decremented. These could be useful, depending on your data model.

Рекомендации по теме
Комментарии
Автор

Hi,
I am a newbie in cassandra, I would like to understand why there is a need of counter datatype for increment and decrement, if it can be achieved by having int column in a table with update statement.

dsolutioncenter