Using Counters in cassandra for multiple java instances -


hi planning use counters getting human readable unique number in cassandra .i have java application running on 2 servers (2 instances).how can ensure request @ anytime fetches me unique counter value?

counters not sequences. use uuids generate unique identifiers instead: http://www.datastax.com/documentation/cql/3.0/webhelp/cql/cql_reference/cql_data_types_c.html


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -